#include <dxcut/access_flags.h>
#include <dxcut/annotation.h>
Go to the source code of this file.
Classes | |
struct | DexField |
Functions | |
void | dxc_free_field (DexField *field) |
Deletes all information for this field. Does not attempt to delete the passed pointer. | |
int | dxc_is_sentinel_field (DexField *field) |
Returns true if this field marks the end of a field list. | |
void | dxc_make_sentinel_field (DexField *field) |
Marks this field the end of a list. |