Definition at line 96 of file record.h.
Public Types | |
typedef RecordStateTableState | State |
typedef unsigned int | IndexType |
typedef std::map< IndexType, State > | StateMapType |
Public Member Functions | |
RecordStateTable () | |
~RecordStateTable () | |
void | Parse (const Data &data) |
void | Clear () |
bool | GetIndex (uint32_t RecordId, IndexType *pFoundIndex=0) const |
uint32_t | MakeNewRecordId () const |
void | Dump (std::ostream &os) const |
Public Attributes | |
StateMapType | StateMap |