Visual Servoing Platform
version 3.6.1 under development (2024-10-01)
|
This is the complete list of members for vpXmlParser, including all inherited members.
cleanup() | vpXmlParser | inlinestatic |
main_tag | vpXmlParser | protected |
nodeMap | vpXmlParser | protected |
parse(const std::string &filename) | vpXmlParser | |
readMainClass(xmlDocPtr doc, xmlNodePtr node)=0 | vpXmlParser | protectedpure virtual |
save(const std::string &filename, bool append=false) | vpXmlParser | |
setMainTag(const std::string &tag) | vpXmlParser | inline |
setMap(const std::map< std::string, int > &_map) | vpXmlParser | inline |
vpXmlParser() | vpXmlParser | |
vpXmlParser(const vpXmlParser &_twin) | vpXmlParser | |
writeMainClass(xmlNodePtr node)=0 | vpXmlParser | protectedpure virtual |
xmlReadBoolChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadCharChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadDoubleChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadFloatChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadIntChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadStringChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlReadUnsignedIntChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
xmlWriteBoolChild(xmlNodePtr node, const char *label, bool value) | vpXmlParser | protected |
xmlWriteCharChild(xmlNodePtr node, const char *label, const char *value) | vpXmlParser | protected |
xmlWriteDoubleChild(xmlNodePtr node, const char *label, double value) | vpXmlParser | protected |
xmlWriteFloatChild(xmlNodePtr node, const char *label, float value) | vpXmlParser | protected |
xmlWriteIntChild(xmlNodePtr node, const char *label, int value) | vpXmlParser | protected |
xmlWriteStringChild(xmlNodePtr node, const char *label, const std::string &value) | vpXmlParser | protected |
xmlWriteUnsignedIntChild(xmlNodePtr node, const char *label, unsigned int value) | vpXmlParser | protected |
~vpXmlParser() | vpXmlParser | virtual |