Otclient
14/8/2020
|
This is the complete list of members for OTMLDocument, including all inherited members.
add_ref() | stdext::shared_object | inline |
addChild(const OTMLNodePtr &newChild) | OTMLNode | |
asOTMLNode() | OTMLNode | inline |
at(const std::string &childTag) | OTMLNode | |
atIndex(int childIndex) | OTMLNode | |
children() | OTMLNode | |
clear() | OTMLNode | |
clone() | OTMLNode | |
const_self_cast() | stdext::shared_object | inline |
copy(const OTMLNodePtr &node) | OTMLNode | |
create() | OTMLDocument | static |
OTMLNode::create(std::string tag="", bool unique=false) | OTMLNode | static |
OTMLNode::create(std::string tag, std::string value) | OTMLNode | static |
dec_ref() | stdext::shared_object | inline |
dynamic_self_cast() | stdext::shared_object | inline |
emit() | OTMLDocument | virtual |
get(const std::string &childTag) | OTMLNode | |
getIndex(int childIndex) | OTMLNode | |
hasChildAt(const std::string &childTag) | OTMLNode | inline |
hasChildAtIndex(int childIndex) | OTMLNode | inline |
hasChildren() | OTMLNode | |
hasTag() | OTMLNode | inline |
hasValue() | OTMLNode | inline |
isNull() | OTMLNode | inline |
isUnique() | OTMLNode | inline |
m_children | OTMLNode | protected |
m_null | OTMLNode | protected |
m_source | OTMLNode | protected |
m_tag | OTMLNode | protected |
m_unique | OTMLNode | protected |
m_value | OTMLNode | protected |
merge(const OTMLNodePtr &node) | OTMLNode | |
OTMLNode() | OTMLNode | inlineprotected |
parse(const std::string &fileName) | OTMLDocument | static |
parse(std::istream &in, const std::string &source) | OTMLDocument | static |
rawValue() | OTMLNode | inline |
ref_count() | stdext::shared_object | inline |
removeChild(const OTMLNodePtr &oldChild) | OTMLNode | |
replaceChild(const OTMLNodePtr &oldChild, const OTMLNodePtr &newChild) | OTMLNode | |
save(const std::string &fileName) | OTMLDocument | |
setNull(bool null) | OTMLNode | inline |
setSource(const std::string &source) | OTMLNode | inline |
setTag(const std::string &tag) | OTMLNode | inline |
setUnique(bool unique) | OTMLNode | inline |
setValue(const std::string &value) | OTMLNode | inline |
shared_object() | stdext::shared_object | inline |
size() | OTMLNode | inline |
source() | OTMLNode | inline |
static_self_cast() | stdext::shared_object | inline |
tag() | OTMLNode | inline |
value() | OTMLNode | |
valueAt(const std::string &childTag) | OTMLNode | |
valueAt(const std::string &childTag, const T &def) | OTMLNode | |
valueAtIndex(int childIndex) | OTMLNode | |
valueAtIndex(int childIndex, const T &def) | OTMLNode | |
write(const T &v) | OTMLNode | |
writeAt(const std::string &childTag, const T &v) | OTMLNode | |
writeIn(const T &v) | OTMLNode | |
~OTMLDocument() | OTMLDocument | inlinevirtual |
~OTMLNode() | OTMLNode | inlinevirtual |
~shared_object() | stdext::shared_object | inlinevirtual |