Fluid Dynamics Library
fdl::XmlParser Member List
This is the complete list of members for fdl::XmlParser, including all inherited members.
doc_ (defined in fdl::XmlParser)fdl::XmlParser [protected]
errBffr_ (defined in fdl::XmlParser)fdl::XmlParser [protected]
getAttrib(const char *childTag, const char *attribName, int &value)fdl::XmlParser
getAttrib(const char *childTag, const char *attribName, float &value)fdl::XmlParser
getAttrib(const char *childTag, const char *attribName, double &value)fdl::XmlParser
getAttrib(const char *childTag, const char *attribName, std::string &value)fdl::XmlParser
getAttribArray(const char *childTag, unsigned dim, const char **attribNames, int *values)fdl::XmlParser
getAttribArray(const char *childTag, unsigned dim, const char **attribNames, float *values)fdl::XmlParser
getAttribArray(const char *childTag, unsigned dim, const char **attribNames, double *values)fdl::XmlParser
getChild(const char *tag)fdl::XmlParser
getField(const char *childTag, std::string &value)fdl::XmlParser
getField(const char *childTag, int &value)fdl::XmlParser
getField(const char *childTag, float &value)fdl::XmlParser
getField(const char *childTag, double &value)fdl::XmlParser
getRootName()fdl::XmlParser
hasChild(const char *tag)fdl::XmlParser
operator const TiXmlElement *() const fdl::XmlParser [inline]
operator TiXmlElement *()fdl::XmlParser [inline]
root_ (defined in fdl::XmlParser)fdl::XmlParser [protected]
XmlParser(const char *filename) (defined in fdl::XmlParser)fdl::XmlParser
XmlParser(TiXmlNode *root) (defined in fdl::XmlParser)fdl::XmlParser