Definition at line 139 of file record.h.
Public Types | |
typedef DatabaseItem | Database |
typedef std::vector< Database > | DatabaseArrayType |
Public Member Functions | |
DatabaseDatabase () | |
~DatabaseDatabase () | |
void | Parse (const Data &data) |
void | Clear () |
bool | GetDBNumber (const std::string &name, unsigned int &number) const |
bool | GetDBName (unsigned int number, std::string &name) const |
void | Dump (std::ostream &os) const |
Public Attributes | |
DatabaseArrayType | Databases |