GDB (API)
|
#include "gdbtypes.h"
Public Attributes | |
const char * | name |
struct type * | type |
unsigned int | is_protected: 1 |
unsigned int | is_private: 1 |
Definition at line 1552 of file gdbtypes.h.
unsigned int decl_field::is_private |
True if this field was declared private, false otherwise.
Definition at line 1567 of file gdbtypes.h.
unsigned int decl_field::is_protected |
True if this field was declared protected, false otherwise.
Definition at line 1564 of file gdbtypes.h.
const char* decl_field::name |
Unqualified name to be prefixed by owning class qualified name.
Definition at line 1557 of file gdbtypes.h.
struct type* decl_field::type |
Type this typedef named NAME represents.
Definition at line 1561 of file gdbtypes.h.