|
VAPoR
0.1
|
This is the complete list of members for VAPoR::ParamNode, including all inherited members.
| _dirtyFlags | VAPoR::ParamNode | protected |
| _doublemap | VAPoR::XmlNode | protected |
| _emptyDoubleVec | VAPoR::XmlNode | static |
| _emptyLongVec | VAPoR::XmlNode | static |
| _emptyString | VAPoR::XmlNode | static |
| _emptyStringVec | VAPoR::XmlNode | static |
| _errOnMissing | VAPoR::XmlNode | protected |
| _longmap | VAPoR::XmlNode | protected |
| _paramNodeAttr | VAPoR::ParamNode | static |
| _paramsBase | VAPoR::ParamNode | protected |
| _paramsBaseAttr | VAPoR::ParamNode | static |
| _stringmap | VAPoR::XmlNode | protected |
| _typeAttr | VAPoR::ParamNode | protectedstatic |
| AddChild(XmlNode *child) | VAPoR::XmlNode | virtual |
| AddNode(const string &tag, ParamNode *child) | VAPoR::ParamNode | |
| AddNode(const vector< string > &tagpath, ParamNode *child) | VAPoR::ParamNode | |
| AddRegisteredNode(const string &tag, ParamNode *child, ParamsBase *associate) | VAPoR::ParamNode | |
| AddRegisteredNode(const vector< string > &tagPath, ParamNode *child, ParamsBase *associate) | VAPoR::ParamNode | |
| Attrs() | VAPoR::XmlNode | inline |
| ClearChildren() | VAPoR::XmlNode | inlinevirtual |
| Clone() | VAPoR::XmlNode | inlinevirtual |
| Construct(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::ParamNode | inlinevirtual |
| deepCopy() | VAPoR::ParamNode | virtual |
| DeleteAll() | VAPoR::XmlNode | virtual |
| DeleteChild(size_t index) | VAPoR::XmlNode | virtual |
| DeleteChild(const string &tag) | VAPoR::XmlNode | virtual |
| DeleteNode(const string &tag) | VAPoR::ParamNode | |
| DeleteNode(const vector< string > &tagpath) | VAPoR::ParamNode | |
| DiagMsg | VetsUtil::MyBase | static |
| DiagMsgCB | VetsUtil::MyBase | static |
| DiagMsgCB_T typedef | VetsUtil::MyBase | |
| DiagMsgFilePtr | VetsUtil::MyBase | static |
| DiagMsgSize | VetsUtil::MyBase | static |
| doublevec | VAPoR::ParamNode | protected |
| Enabled | VetsUtil::MyBase | static |
| EnableErrMsg(bool enable) | VetsUtil::MyBase | inlinestatic |
| ERR_DEF enum value | VAPoR::XmlNode | |
| ERR_TNP enum value | VAPoR::XmlNode | |
| ErrCode | VetsUtil::MyBase | static |
| ErrCode_T enum name | VAPoR::XmlNode | |
| ErrMsg | VetsUtil::MyBase | static |
| ErrMsgCB | VetsUtil::MyBase | static |
| ErrMsgCB_T typedef | VetsUtil::MyBase | |
| ErrMsgFilePtr | VetsUtil::MyBase | static |
| ErrMsgSize | VetsUtil::MyBase | static |
| ErrOnMissing() | VAPoR::XmlNode | inlinevirtual |
| GetChild(size_t index) const | VAPoR::ParamNode | inlinevirtual |
| VAPoR::XmlNode::GetChild(const string &tag) const | VAPoR::XmlNode | virtual |
| getClassName() const | VetsUtil::MyBase | inline |
| GetDiagMsg() | VetsUtil::MyBase | inlinestatic |
| GetDiagMsgCB() | VetsUtil::MyBase | inlinestatic |
| GetElementDouble(const vector< string > &tagpath, const vector< double > &defaultVal=XmlNode::_emptyDoubleVec) | VAPoR::ParamNode | virtual |
| GetElementDouble(const string &tag, const vector< double > &defaultVal=XmlNode::_emptyDoubleVec) | VAPoR::ParamNode | virtual |
| VAPoR::XmlNode::GetElementDouble(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementLong(const vector< string > &tagpath, const vector< long > &defaultVal=XmlNode::_emptyLongVec) | VAPoR::ParamNode | virtual |
| GetElementLong(const string &tag, const vector< long > &defaultVal=XmlNode::_emptyLongVec) | VAPoR::ParamNode | virtual |
| VAPoR::XmlNode::GetElementLong(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementString(const string &tag, const string &defaultVal=XmlNode::_emptyString) | VAPoR::ParamNode | virtual |
| GetElementString(const vector< string > &tagpath, const string &defaultVal=XmlNode::_emptyString) | VAPoR::ParamNode | virtual |
| VAPoR::XmlNode::GetElementString(const string &tag) const | VAPoR::XmlNode | virtual |
| GetElementStringVec(const vector< string > &tagpath, vector< string > &vec, const vector< string > &defaultVal=_emptyStringVec) | VAPoR::ParamNode | virtual |
| GetElementStringVec(const string &tag, vector< string > &vec, const vector< string > &defaultVal=_emptyStringVec) | VAPoR::ParamNode | virtual |
| GetElementStringVec(const string &tag, vector< string > &vec, const string blankSub) | VAPoR::ParamNode | virtual |
| VAPoR::XmlNode::GetElementStringVec(const string &tag, vector< string > &vec) const | VAPoR::XmlNode | virtual |
| GetErrCode() | VetsUtil::MyBase | inlinestatic |
| GetErrMsg() | VetsUtil::MyBase | inlinestatic |
| GetErrMsgCB() | VetsUtil::MyBase | inlinestatic |
| GetNode(const vector< string > &tagpath) | VAPoR::ParamNode | |
| GetNode(const string &tag) const | VAPoR::ParamNode | inline |
| GetNumChildren() const | VAPoR::XmlNode | inlinevirtual |
| GetParamsBase() | VAPoR::ParamNode | inline |
| GetParent() | VAPoR::XmlNode | inlinevirtual |
| HasChild(size_t index) | VAPoR::XmlNode | virtual |
| HasChild(const string &tag) | 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 |
| longvec | VAPoR::ParamNode | protected |
| MyBase() | VetsUtil::MyBase | |
| NewChild(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::XmlNode | virtual |
| NodeCopy() | VAPoR::ParamNode | |
| ParamNode(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::ParamNode | |
| ParamNode(const string &tag, size_t numChildrenHint=0) | VAPoR::ParamNode | |
| ParamNode(const ParamNode &pn) | VAPoR::ParamNode | |
| RegisterDirtyFlag(const string &tag, ParamNode::DirtyFlag *df) | VAPoR::ParamNode | |
| RegisterDirtyFlag(const vector< string > &tagpath, ParamNode::DirtyFlag *df) | VAPoR::ParamNode | |
| replaceAll(const string &sourceString, const char *input, const char *output) | VAPoR::XmlNode | static |
| ReplaceChild(XmlNode *childNode, XmlNode *newChild) | VAPoR::XmlNode | virtual |
| ReplaceNode(const vector< string > &tagpath, ParamNode *newNode) | VAPoR::ParamNode | |
| ReplaceNode(const string &tag, ParamNode *newNode) | VAPoR::ParamNode | |
| SetAllFlags(bool dirty) | VAPoR::ParamNode | |
| SetClassName(const string &name) | VetsUtil::MyBase | inlineprotected |
| SetDiagMsg(const char *format,...) | VetsUtil::MyBase | static |
| SetDiagMsgCB(DiagMsgCB_T cb) | VetsUtil::MyBase | inlinestatic |
| SetDiagMsgFilePtr(FILE *fp) | VetsUtil::MyBase | inlinestatic |
| SetElementDouble(const string &tag, double value) | VAPoR::ParamNode | |
| SetElementDouble(const string &tag, const vector< double > &values) | VAPoR::ParamNode | virtual |
| SetElementDouble(const vector< string > &tagpath, const vector< double > &values) | VAPoR::ParamNode | virtual |
| SetElementLong(const string &tag, const vector< long > &values) | VAPoR::ParamNode | virtual |
| SetElementLong(const string &tag, long value) | VAPoR::ParamNode | |
| SetElementLong(const vector< string > &tagpath, const vector< long > &values) | VAPoR::ParamNode | virtual |
| SetElementString(const string &tag, const string &value) | VAPoR::ParamNode | virtual |
| SetElementString(const vector< string > &tagpath, const string &value) | VAPoR::ParamNode | |
| SetElementStringVec(const string &tag, const vector< string > &values) | VAPoR::ParamNode | virtual |
| SetElementStringVec(const string &tag, const vector< string > &values, const string blankSub) | VAPoR::ParamNode | |
| SetElementStringVec(const vector< string > &tagpath, const vector< string > &values) | VAPoR::ParamNode | virtual |
| SetErrCode(int err_code) | VetsUtil::MyBase | inlinestatic |
| SetErrMsg(const char *format,...) | VetsUtil::MyBase | static |
| SetErrMsg(int errcode, const char *format,...) | VetsUtil::MyBase | static |
| SetErrMsgCB(ErrMsgCB_T cb) | VetsUtil::MyBase | inlinestatic |
| SetErrMsgFilePtr(FILE *fp) | VetsUtil::MyBase | inlinestatic |
| SetErrMsgFilePtr() | VetsUtil::MyBase | inlinestatic |
| SetFlagDirty(const vector< string > &tagpath) | VAPoR::ParamNode | |
| SetFlagDirty(const string &tag) | VAPoR::ParamNode | |
| SetParamsBase(ParamsBase *pBase) | VAPoR::ParamNode | inline |
| ShallowCopy() | VAPoR::ParamNode | |
| streamOut(ostream &os, const XmlNode &node) | VAPoR::XmlNode | static |
| Tag() | VAPoR::XmlNode | inline |
| UnRegisterDirtyFlag(const vector< string > &tagpath, const ParamNode::DirtyFlag *df) | VAPoR::ParamNode | |
| UnRegisterDirtyFlag(const string &tag, const ParamNode::DirtyFlag *df) | VAPoR::ParamNode | |
| 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 | inline |
| XmlNode(const XmlNode &node) | VAPoR::XmlNode | |
| ~ParamNode() | VAPoR::ParamNode | virtual |
| ~XmlNode() | VAPoR::XmlNode | virtual |
1.8.7