exip
Alpha 0.5.4
|
Represents an EXI stream.
#include <procTypes.h>
Data Fields | |
BinaryBuffer | buffer |
EXIheader | header |
EXI Header - the most important field is the EXI Options. More... | |
StreamContext | context |
Holds the current state of the stream. More... | |
ValueTable | valueTable |
The value string table. More... | |
EXIGrammarStack * | gStack |
The grammar stack used during processing. More... | |
AllocList | memList |
Stores the information of all the allocated memory for that stream, except the global sting values that are stored in the ValueTable. More... | |
EXIPSchema * | schema |
Schema information for that stream. More... | |
Definition at line 1288 of file bin/headers/procTypes.h.
BinaryBuffer EXIStream::buffer |
Definition at line 1290 of file bin/headers/procTypes.h.
StreamContext EXIStream::context |
Definition at line 1299 of file bin/headers/procTypes.h.
EXIGrammarStack * EXIStream::gStack |
Definition at line 1309 of file bin/headers/procTypes.h.
EXIheader EXIStream::header |
They control the parsing and serialization of the stream.
Definition at line 1296 of file bin/headers/procTypes.h.
AllocList EXIStream::memList |
Definition at line 1315 of file bin/headers/procTypes.h.
EXIPSchema * EXIStream::schema |
It contains the string tables and possibly schema-informed EXI grammars.
Definition at line 1321 of file bin/headers/procTypes.h.
ValueTable EXIStream::valueTable |
Definition at line 1304 of file bin/headers/procTypes.h.