#include <script.h>
Public Attributes | |
_symbol * | next |
const char * | id |
struct { | |
unsigned size: 16 | |
bool initial: 1 | |
bool system: 1 | |
bool readonly: 1 | |
bool commit: 1 | |
bool large: 1 | |
SymType type: 6 | |
} | flags |
char | data [1] |
struct _symbol* Script::_symbol::next |
const char* Script::_symbol::id |
unsigned Script::_symbol::size |
struct { ... } Script::_symbol::flags |
char Script::_symbol::data[1] |