|
VAPOR3 3.9.4
|
This is the complete list of members for VAPoR::XmlNode, including all inherited members.
| AddChild(const XmlNode *child) | VAPoR::XmlNode | |
| AddChild(const XmlNode &child) | VAPoR::XmlNode | |
| Attrs() | VAPoR::XmlNode | inline |
| Clone() | VAPoR::XmlNode | inlinevirtual |
| Construct(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::XmlNode | inlinevirtual |
| DeleteAll() | VAPoR::XmlNode | virtual |
| DeleteChild(size_t index) | VAPoR::XmlNode | virtual |
| DeleteChild(const string &tag) | VAPoR::XmlNode | virtual |
| DiagMsg | Wasp::MyBase | static |
| DiagMsgCB | Wasp::MyBase | static |
| DiagMsgCB_T typedef | Wasp::MyBase | |
| DiagMsgFilePtr | Wasp::MyBase | static |
| DiagMsgSize | Wasp::MyBase | static |
| Enabled | Wasp::MyBase | static |
| EnableErrMsg(bool enable) | Wasp::MyBase | inlinestatic |
| ErrCode | Wasp::MyBase | static |
| ErrMsg | Wasp::MyBase | static |
| ErrMsgCB | Wasp::MyBase | static |
| ErrMsgCB_T typedef | Wasp::MyBase | |
| ErrMsgFilePtr | Wasp::MyBase | static |
| ErrMsgSize | Wasp::MyBase | static |
| GetAllocatedNodes() | VAPoR::XmlNode | inlinestatic |
| GetChild(size_t index) const | VAPoR::XmlNode | virtual |
| GetChild(const string &tag) const | VAPoR::XmlNode | virtual |
| getClassName() const | Wasp::MyBase | inline |
| GetDiagMsg() | Wasp::MyBase | inlinestatic |
| GetDiagMsgCB() | Wasp::MyBase | inlinestatic |
| GetElementDouble(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementLong(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementString(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementStringVec(const string &tag, vector< string > &vec) const | VAPoR::XmlNode | virtual |
| GetEnableErrMsg() | Wasp::MyBase | inlinestatic |
| GetErrCode() | Wasp::MyBase | inlinestatic |
| GetErrMsg() | Wasp::MyBase | inlinestatic |
| GetErrMsgCB() | Wasp::MyBase | inlinestatic |
| GetNode(std::vector< string > path, bool absolute) const | VAPoR::XmlNode | virtual |
| GetNode(string path) const | VAPoR::XmlNode | virtual |
| GetNumChildren() const | VAPoR::XmlNode | inlinevirtual |
| GetParent() const | VAPoR::XmlNode | inlinevirtual |
| GetPath() const | VAPoR::XmlNode | virtual |
| GetPathVec() const | VAPoR::XmlNode | virtual |
| GetRoot() const | VAPoR::XmlNode | virtual |
| GetTag() const | VAPoR::XmlNode | inline |
| HasChild(size_t index) const | VAPoR::XmlNode | virtual |
| HasChild(const string &tag) const | VAPoR::XmlNode | virtual |
| HasElementDouble(const string &tag) const | VAPoR::XmlNode | virtual |
| HasElementLong(const string &tag) const | VAPoR::XmlNode | virtual |
| HasElementString(const string &tag) const | VAPoR::XmlNode | virtual |
| IsRoot() const | VAPoR::XmlNode | inlinevirtual |
| IsValidXMLElement(const string &s, int *badIdx=nullptr) | VAPoR::XmlNode | static |
| MyBase() | Wasp::MyBase | |
| NewChild(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::XmlNode | virtual |
| NewChild(const string &tag, size_t numChildrenHint=0) | VAPoR::XmlNode | inlinevirtual |
| operator!=(const XmlNode &rhs) const | VAPoR::XmlNode | inline |
| operator<< | VAPoR::XmlNode | friend |
| operator=(const XmlNode &rhs) | VAPoR::XmlNode | |
| operator==(const XmlNode &rhs) const | VAPoR::XmlNode | |
| SanitizeXMLTag(string s) | VAPoR::XmlNode | static |
| SetClassName(const string &name) | Wasp::MyBase | inlineprotected |
| SetDiagMsg(const char *format,...) | Wasp::MyBase | static |
| SetDiagMsgCB(DiagMsgCB_T cb) | Wasp::MyBase | inlinestatic |
| SetDiagMsgFilePtr(FILE *fp) | Wasp::MyBase | inlinestatic |
| SetElementDouble(const string &tag, const vector< double > &values) | VAPoR::XmlNode | virtual |
| SetElementDouble(const string &tag, double value) | VAPoR::XmlNode | inlinevirtual |
| SetElementDouble(const vector< string > &tags, const vector< double > &values) | VAPoR::XmlNode | virtual |
| SetElementDouble(const vector< string > &tags, double value) | VAPoR::XmlNode | inlinevirtual |
| SetElementLong(const vector< string > &tags, const vector< long > &values) | VAPoR::XmlNode | virtual |
| SetElementLong(const vector< string > &tags, long value) | VAPoR::XmlNode | inlinevirtual |
| SetElementLong(const string &tag, const vector< long > &values) | VAPoR::XmlNode | virtual |
| SetElementLong(const string &tag, long value) | VAPoR::XmlNode | inlinevirtual |
| SetElementString(const string &tag, const string &values) | VAPoR::XmlNode | virtual |
| SetElementStringVec(const string &tag, const vector< string > &values) | VAPoR::XmlNode | virtual |
| SetElementStringVec(const vector< string > &tagpath, const vector< string > &values) | VAPoR::XmlNode | virtual |
| SetErrCode(int err_code) | Wasp::MyBase | inlinestatic |
| SetErrMsg(const char *format,...) | Wasp::MyBase | static |
| SetErrMsg(int errcode, const char *format,...) | Wasp::MyBase | static |
| SetErrMsgCB(ErrMsgCB_T cb) | Wasp::MyBase | inlinestatic |
| SetErrMsgFilePtr(FILE *fp) | Wasp::MyBase | inlinestatic |
| SetErrMsgFilePtr() | Wasp::MyBase | inlinestatic |
| SetParent(XmlNode *parent) | VAPoR::XmlNode | |
| SetTag(string tag) | VAPoR::XmlNode | inline |
| streamOut(ostream &os, const XmlNode &node) | VAPoR::XmlNode | static |
| Tag() | VAPoR::XmlNode | inline |
| XmlNode(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::XmlNode | |
| XmlNode(const string &tag, size_t numChildrenHint=0) | VAPoR::XmlNode | |
| XmlNode() | VAPoR::XmlNode | |
| XmlNode(const XmlNode &node) | VAPoR::XmlNode | |
| ~XmlNode() | VAPoR::XmlNode | virtual |