ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "xmltok.h"
Go to the source code of this file.
Classes | |
struct | prolog_state |
Macros | |
#define | XmlTokenRole(state, tok, ptr, end, enc) (((state)->handler)(state, tok, ptr, end, enc)) |
Typedefs | |
typedef struct prolog_state | PROLOG_STATE |
Functions | |
void | XmlPrologStateInit (PROLOG_STATE *) |
#define XmlTokenRole | ( | state, | |
tok, | |||
ptr, | |||
end, | |||
enc | |||
) | (((state)->handler)(state, tok, ptr, end, enc)) |
Definition at line 107 of file xmlrole.h.
View newest version in sPHENIX GitHub at line 107 of file xmlrole.h
Referenced by doProlog().
typedef struct prolog_state PROLOG_STATE |
anonymous enum |
Definition at line 20 of file xmlrole.h.
View newest version in sPHENIX GitHub at line 20 of file xmlrole.h
void XmlPrologStateInit | ( | PROLOG_STATE * | ) |
Definition at line 1320 of file xmlrole.cc.
View newest version in sPHENIX GitHub at line 1320 of file xmlrole.cc
References prolog0.
Referenced by parserInit().