Cantera
2.4.0
|
This is the complete list of members for XML_Node, including all inherited members.
_require(const std::string &a, const std::string &v) const | XML_Node | |
addAttribute(const std::string &attrib, const std::string &value) | XML_Node | |
addAttribute(const std::string &attrib, const doublereal value, const std::string &fmt="%g") | XML_Node | |
addAttribute(const std::string &attrib, int value) | XML_Node | |
addAttribute(const std::string &attrib, size_t value) | XML_Node | |
addChild(const XML_Node &node) (defined in XML_Node) | XML_Node | |
addChild(const std::string &sname) | XML_Node | |
addChild(const std::string &name, const std::string &value) | XML_Node | |
addChild(const std::string &name, const doublereal value, const std::string &fmt="%g") | XML_Node | |
addComment(const std::string &comment) | XML_Node | |
addValue(const std::string &val) | XML_Node | |
addValue(const doublereal val, const std::string &fmt="%g") | XML_Node | |
attrib(const std::string &attr) const | XML_Node | |
attribs() | XML_Node | private |
attribsConst() const | XML_Node | |
build(const std::string &filename) | XML_Node | |
build(std::istream &f, const std::string &filename="[unknown]") | XML_Node | |
child(const size_t n) const | XML_Node | |
child(const std::string &loc) const | XML_Node | |
children() const | XML_Node | |
clear() | XML_Node | |
copy(XML_Node *const node_dest) const | XML_Node | |
copyUnion(XML_Node *const node_dest) const | XML_Node | |
findByAttr(const std::string &attr, const std::string &val, int depth=100000) const | XML_Node | |
findByName(const std::string &nm, int depth=100000) const | XML_Node | |
findByName(const std::string &nm, int depth=100000) | XML_Node | |
findID(const std::string &id, const int depth=100) const | XML_Node | |
findNameID(const std::string &nameTarget, const std::string &idTarget) const | XML_Node | |
findNameIDIndex(const std::string &nameTarget, const std::string &idTarget, const int index) const | XML_Node | |
fp_value() const | XML_Node | |
getChildren(const std::string &name) const | XML_Node | |
hasAttrib(const std::string &a) const | XML_Node | |
hasChild(const std::string &ch) const | XML_Node | |
id() const | XML_Node | |
int_value() const | XML_Node | |
isComment() const | XML_Node | |
lineNumber() const | XML_Node | |
lock() | XML_Node | |
m_attribs | XML_Node | protected |
m_childindex | XML_Node | protected |
m_children | XML_Node | protected |
m_filename | XML_Node | protected |
m_iscomment | XML_Node | protected |
m_linenum | XML_Node | protected |
m_locked | XML_Node | protected |
m_name | XML_Node | protected |
m_parent | XML_Node | protected |
m_root | XML_Node | protected |
m_value | XML_Node | protected |
mergeAsChild(XML_Node &node) | XML_Node | |
name() const | XML_Node | inline |
nChildren(bool discardComments=false) const | XML_Node | |
operator()(const std::string &cname) const | XML_Node | |
operator=(const XML_Node &right) (defined in XML_Node) | XML_Node | |
operator[](const std::string &attr) const | XML_Node | |
parent() const | XML_Node | |
removeChild(const XML_Node *const node) | XML_Node | |
root() const | XML_Node | |
setLineNumber(const int n) | XML_Node | |
setName(const std::string &name_) | XML_Node | inline |
setParent(XML_Node *const p) | XML_Node | |
setRoot(const XML_Node &root) | XML_Node | |
unlock() | XML_Node | |
value() const | XML_Node | |
value(const std::string &cname) const | XML_Node | |
write(std::ostream &s, const int level=0, int numRecursivesAllowed=60000) const | XML_Node | |
write_int(std::ostream &s, int level=0, int numRecursivesAllowed=60000) const | XML_Node | private |
writeHeader(std::ostream &s) | XML_Node | |
XML_Node(const std::string &nm="--", XML_Node *const parent=0) | XML_Node | explicit |
XML_Node(const XML_Node &right) (defined in XML_Node) | XML_Node | |
~XML_Node() (defined in XML_Node) | XML_Node | virtual |