Public Member Functions | |
void | getNodeContent (xmlDocPtr doc, xmlNodePtr nodePtr, const char *nodeName, std::string &result) |
void | loadObjDB (const std::string &filename) |
void | writeObjDB (const std::string &filename) |
SVMObject | updateObject (const int id, const std::string &name) |
SVMObject | newObject (const int id, const std::string &name) |
SVMObject | getObject (const int id) |
SVMObject | getObject (const std::string &name) |
Definition at line 59 of file SVMObjectDB.H.