#include <HrcDumper.h>
Public Types | |
enum | { HRC_STAGE_BEGIN = 1, HRC_STAGE_END = 2, HRC_STAGE_BEGIN_END = HRC_STAGE_BEGIN | HRC_STAGE_END } |
Data Fields | |
struct { | |
const char * filename | |
int lineno | |
const char * message | |
const char * token | |
} | error |
HrcNode_ptr | hrcNode |
boolean | last_in_list |
boolean | list_is_empty |
union { | |
node_ptr expr | |
node_ptr name | |
node_ptr value | |
} | n1 |
union { | |
node_ptr body | |
node_ptr expr | |
int lineno | |
node_ptr type | |
} | n2 |
Prop_Type | spec_type |
enum HrcDumperInfo:: { ... } | stage |
SymbCategory | symb_cat |
void * | user |
node_ptr HrcDumperInfo::body |
struct { ... } HrcDumperInfo::error |
node_ptr HrcDumperInfo::expr |
const char* HrcDumperInfo::filename |
const char* HrcDumperInfo::message |
union { ... } HrcDumperInfo::n1 |
union { ... } HrcDumperInfo::n2 |
node_ptr HrcDumperInfo::name |
enum { ... } HrcDumperInfo::stage |
const char* HrcDumperInfo::token |
node_ptr HrcDumperInfo::type |
void* HrcDumperInfo::user |
node_ptr HrcDumperInfo::value |