|
exip
Alpha 0.5.4
|
#include <procTypes.h>
Data Fields | |
| Index | bufferIndx |
| Current position in the buffer - bytewise. More... | |
| unsigned char | bitPointer |
| Value between 0 and 7; shows the current position within the current byte. More... | |
| QNameID | currAttr |
| The qname of the current attribute. More... | |
| unsigned int | expectATData |
| Non-zero if expecting attribute data or list items. More... | |
| boolean | isNilType |
| TRUE if the current grammar rule must be processed as EmptyType grammar. More... | |
| Index | attrTypeId |
| Value type of the expected attribute. More... | |
Definition at line 1117 of file bin/headers/procTypes.h.
| Index StreamContext::attrTypeId |
Definition at line 1140 of file bin/headers/procTypes.h.
| unsigned char StreamContext::bitPointer |
7 is the least significant bit position in the byte.
Definition at line 1128 of file bin/headers/procTypes.h.
| Index StreamContext::bufferIndx |
Definition at line 1122 of file bin/headers/procTypes.h.
| QNameID StreamContext::currAttr |
Definition at line 1131 of file bin/headers/procTypes.h.
| unsigned int StreamContext::expectATData |
Definition at line 1134 of file bin/headers/procTypes.h.
| boolean StreamContext::isNilType |
Definition at line 1137 of file bin/headers/procTypes.h.
1.8.4