VAPoR
3.0.0
|
This is the complete list of members for VAPoR::ParamNode, including all inherited members.
AddNode(const string &tag, ParamNode *child) | VAPoR::ParamNode | |
AddNode(const vector< string > &tagpath, ParamNode *child) | VAPoR::ParamNode | |
Construct(const string &tag, const map< string, string > &attrs, size_t numChildrenHint=0) | VAPoR::ParamNode | inlinevirtual |
deepCopy() | VAPoR::ParamNode | virtual |
DeleteChildren(const string &tag) | VAPoR::ParamNode | |
DeleteChildren(const vector< string > &tagpath) | VAPoR::ParamNode | |
DeleteNode(const string &tag) | VAPoR::ParamNode | |
DeleteNode(const vector< string > &tagpath) | VAPoR::ParamNode | |
GetChild(size_t index) const | VAPoR::ParamNode | inline |
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 |
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 |
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 |
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 |
GetNode(const vector< string > &tagpath) | VAPoR::ParamNode | |
GetNode(const string &tag) const | VAPoR::ParamNode | inline |
GetParamsBase() const | VAPoR::ParamNode | inline |
InsertNode(const string &tag, ParamNode *child, int index) | VAPoR::ParamNode | |
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 | |
ReplaceNode(const vector< string > &tagpath, ParamNode *newNode) | VAPoR::ParamNode | |
ReplaceNode(const string &tag, ParamNode *newNode) | VAPoR::ParamNode | |
SetElementDouble(const string &tag, double value) | VAPoR::ParamNode | |
SetElementDouble(const string &tag, const vector< double > &values) | VAPoR::ParamNode | |
SetElementDouble(const vector< string > &tagpath, const vector< double > &values) | VAPoR::ParamNode | |
SetElementLong(const string &tag, const vector< long > &values) | VAPoR::ParamNode | |
SetElementLong(const string &tag, long value) | VAPoR::ParamNode | |
SetElementLong(const vector< string > &tagpath, const vector< long > &values) | VAPoR::ParamNode | |
SetElementString(const string &tag, const string &value) | VAPoR::ParamNode | |
SetElementString(const vector< string > &tagpath, const string &value) | VAPoR::ParamNode | |
SetElementStringVec(const string &tag, const vector< string > &values) | VAPoR::ParamNode | |
SetElementStringVec(const vector< string > &tagpath, const vector< string > &values) | VAPoR::ParamNode | |
SetParamsBase(ParamsBase *pBase) | VAPoR::ParamNode | inline |
ShallowCopy() | VAPoR::ParamNode | |
~ParamNode() | VAPoR::ParamNode | virtual |