Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Public Attributes | |
struct tag * | parent |
const char * | rawName |
int | rawNameLength |
TAG_NAME | name |
char * | buf |
char * | bufEnd |
BINDING * | bindings |
Definition at line 284 of file xmlparse.c.
BINDING* tag::bindings |
Definition at line 291 of file xmlparse.c.
Referenced by XML_ParserFree(), and XML_ParserReset().
char* tag::buf |
Definition at line 289 of file xmlparse.c.
Referenced by XML_ParserFree().
char* tag::bufEnd |
Definition at line 290 of file xmlparse.c.
TAG_NAME tag::name |
Definition at line 288 of file xmlparse.c.
struct tag* tag::parent |
Definition at line 285 of file xmlparse.c.
Referenced by XML_ParserFree(), and XML_ParserReset().
const char* tag::rawName |
Definition at line 286 of file xmlparse.c.
int tag::rawNameLength |
Definition at line 287 of file xmlparse.c.