ReactOS
0.4.16-dev-433-g6363f78
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
tinyxml2::XMLNode Member List
This is the complete list of members for
tinyxml2::XMLNode
, including all inherited members.
_document
tinyxml2::XMLNode
protected
_firstChild
tinyxml2::XMLNode
protected
_lastChild
tinyxml2::XMLNode
protected
_memPool
tinyxml2::XMLNode
private
_next
tinyxml2::XMLNode
protected
_parent
tinyxml2::XMLNode
protected
_prev
tinyxml2::XMLNode
protected
_value
tinyxml2::XMLNode
mutable
protected
Accept
(XMLVisitor *visitor) const =0
tinyxml2::XMLNode
pure virtual
DeleteChild
(XMLNode *node)
tinyxml2::XMLNode
DeleteChildren
()
tinyxml2::XMLNode
DeleteNode
(XMLNode *node)
tinyxml2::XMLNode
private
static
FirstChild
() const
tinyxml2::XMLNode
inline
FirstChild
()
tinyxml2::XMLNode
inline
FirstChildElement
(const char *name=0) const
tinyxml2::XMLNode
FirstChildElement
(const char *name=0)
tinyxml2::XMLNode
inline
GetDocument
() const
tinyxml2::XMLNode
inline
GetDocument
()
tinyxml2::XMLNode
inline
InsertAfterChild
(XMLNode *afterThis, XMLNode *addThis)
tinyxml2::XMLNode
InsertChildPreamble
(XMLNode *insertThis) const
tinyxml2::XMLNode
private
InsertEndChild
(XMLNode *addThis)
tinyxml2::XMLNode
InsertFirstChild
(XMLNode *addThis)
tinyxml2::XMLNode
LastChild
() const
tinyxml2::XMLNode
inline
LastChild
()
tinyxml2::XMLNode
inline
LastChildElement
(const char *name=0) const
tinyxml2::XMLNode
LastChildElement
(const char *name=0)
tinyxml2::XMLNode
inline
LinkEndChild
(XMLNode *addThis)
tinyxml2::XMLNode
inline
NextSibling
() const
tinyxml2::XMLNode
inline
NextSibling
()
tinyxml2::XMLNode
inline
NextSiblingElement
(const char *name=0) const
tinyxml2::XMLNode
NextSiblingElement
(const char *name=0)
tinyxml2::XMLNode
inline
NoChildren
() const
tinyxml2::XMLNode
inline
operator=
(const XMLNode &)
tinyxml2::XMLNode
private
Parent
() const
tinyxml2::XMLNode
inline
Parent
()
tinyxml2::XMLNode
inline
ParseDeep
(char *, StrPair *)
tinyxml2::XMLNode
protected
virtual
PreviousSibling
() const
tinyxml2::XMLNode
inline
PreviousSibling
()
tinyxml2::XMLNode
inline
PreviousSiblingElement
(const char *name=0) const
tinyxml2::XMLNode
PreviousSiblingElement
(const char *name=0)
tinyxml2::XMLNode
inline
SetValue
(const char *val, bool staticMem=false)
tinyxml2::XMLNode
ShallowClone
(XMLDocument *document) const =0
tinyxml2::XMLNode
pure virtual
ShallowEqual
(const XMLNode *compare) const =0
tinyxml2::XMLNode
pure virtual
ToComment
()
tinyxml2::XMLNode
inline
virtual
ToComment
() const
tinyxml2::XMLNode
inline
virtual
ToDeclaration
()
tinyxml2::XMLNode
inline
virtual
ToDeclaration
() const
tinyxml2::XMLNode
inline
virtual
ToDocument
()
tinyxml2::XMLNode
inline
virtual
ToDocument
() const
tinyxml2::XMLNode
inline
virtual
ToElement
()
tinyxml2::XMLNode
inline
virtual
ToElement
() const
tinyxml2::XMLNode
inline
virtual
ToText
()
tinyxml2::XMLNode
inline
virtual
ToText
() const
tinyxml2::XMLNode
inline
virtual
ToUnknown
()
tinyxml2::XMLNode
inline
virtual
ToUnknown
() const
tinyxml2::XMLNode
inline
virtual
Unlink
(XMLNode *child)
tinyxml2::XMLNode
private
Value
() const
tinyxml2::XMLNode
XMLDocument
tinyxml2::XMLNode
friend
XMLElement
tinyxml2::XMLNode
friend
XMLNode
(XMLDocument *)
tinyxml2::XMLNode
protected
XMLNode
(const XMLNode &)
tinyxml2::XMLNode
private
~XMLNode
()
tinyxml2::XMLNode
protected
virtual
Generated on Tue Jan 7 2025 06:33:42 for ReactOS by
1.9.6