Definition at line 55 of file record.h.
Public Types | |
typedef CommandTableCommand | Command |
typedef std::vector< Command > | CommandArrayType |
Public Member Functions | |
CommandTable () | |
~CommandTable () | |
void | Parse (const Data &data, size_t offset) |
void | Clear () |
unsigned int | GetCommand (const std::string &name) const |
void | Dump (std::ostream &os) const |
Public Attributes | |
CommandArrayType | Commands |