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 1602 of file gdbtypes.h.
True if this field was declared private, false otherwise.
Definition at line 1617 of file gdbtypes.h.
True if this field was declared protected, false otherwise.
Definition at line 1614 of file gdbtypes.h.
Unqualified name to be prefixed by owning class qualified name.
Definition at line 1607 of file gdbtypes.h.
Type this typedef named NAME represents.
Definition at line 1611 of file gdbtypes.h.