import_lib sample
tinyxml2::XMLHandle::_node
is only used within import_lib sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
import_lib sample
tinyxml2::XMLHandle::_node
tinyxml2::XMLHandle::_node field
Syntax
Show:
Summary
Declaration
from
tinyxml2.h:2125
XMLNode
*
_node
;
Examples
References
from
examples
Code
Location
Scope
Referrer
XMLNode
*
_node
;
tinyxml2.h:2125
explicit
XMLHandle
(
XMLNode
*
node
)
:
_node
(
node
)
{
tinyxml2.h:2056
tinyxml2::XMLHandle
tinyxml2::XMLHandle::XMLHandle()
explicit
XMLHandle
(
XMLNode
&
node
)
:
_node
(
&
node
)
{
tinyxml2.h:2059
tinyxml2::XMLHandle
tinyxml2::XMLHandle::XMLHandle()
XMLHandle
(
const
XMLHandle
&
ref
)
:
_node
(
ref
.
_node
)
{
tinyxml2.h:2062
tinyxml2::XMLHandle
tinyxml2::XMLHandle::XMLHandle()
_node
=
ref
.
_node
;
tinyxml2.h:2066
tinyxml2::XMLHandle
tinyxml2::XMLHandle::operator=()
return
XMLHandle
(
_node
?
_node
->
FirstChild
(
)
:
0
)
;
tinyxml2.h:2072
tinyxml2::XMLHandle
tinyxml2::XMLHandle::FirstChild()
return
XMLHandle
(
_node
?
_node
->
FirstChildElement
(
name
)
:
0
)
;
tinyxml2.h:2076
tinyxml2::XMLHandle
tinyxml2::XMLHandle::FirstChildElement()
return
XMLHandle
(
_node
?
_node
->
LastChild
(
)
:
0
)
;
tinyxml2.h:2080
tinyxml2::XMLHandle
tinyxml2::XMLHandle::LastChild()
return
XMLHandle
(
_node
?
_node
->
LastChildElement
(
name
)
:
0
)
;
tinyxml2.h:2084
tinyxml2::XMLHandle
tinyxml2::XMLHandle::LastChildElement()
return
XMLHandle
(
_node
?
_node
->
PreviousSibling
(
)
:
0
)
;
tinyxml2.h:2088
tinyxml2::XMLHandle
tinyxml2::XMLHandle::PreviousSibling()
return
XMLHandle
(
_node
?
_node
->
PreviousSiblingElement
(
name
)
:
0
)
;
tinyxml2.h:2092
tinyxml2::XMLHandle
tinyxml2::XMLHandle::PreviousSiblingElement()
return
XMLHandle
(
_node
?
_node
->
NextSibling
(
)
:
0
)
;
tinyxml2.h:2096
tinyxml2::XMLHandle
tinyxml2::XMLHandle::NextSibling()
return
XMLHandle
(
_node
?
_node
->
NextSiblingElement
(
name
)
:
0
)
;
tinyxml2.h:2100
tinyxml2::XMLHandle
tinyxml2::XMLHandle::NextSiblingElement()
return
_node
;
tinyxml2.h:2105
tinyxml2::XMLHandle
tinyxml2::XMLHandle::ToNode()
return
(
_node
?
_node
->
ToElement
(
)
:
0
)
;
tinyxml2.h:2109
tinyxml2::XMLHandle
tinyxml2::XMLHandle::ToElement()
return
(
_node
?
_node
->
ToText
(
)
:
0
)
;
tinyxml2.h:2113
tinyxml2::XMLHandle
tinyxml2::XMLHandle::ToText()
return
(
_node
?
_node
->
ToUnknown
(
)
:
0
)
;
tinyxml2.h:2117
tinyxml2::XMLHandle
tinyxml2::XMLHandle::ToUnknown()
return
(
_node
?
_node
->
ToDeclaration
(
)
:
0
)
;
tinyxml2.h:2121
tinyxml2::XMLHandle
tinyxml2::XMLHandle::ToDeclaration()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tinyxml2::XMLHandle::_node
is written by 1 function and is read by 15 functions:
tinyxml2::XMLHandle::operator=()
All items filtered out
tinyxml2::XMLHandle::_node
tinyxml2::XMLHandle::XMLHandle()
tinyxml2::XMLHandle::operator=()
tinyxml2::XMLHandle::FirstChild()
tinyxml2::XMLHandle::FirstChildElement()
tinyxml2::XMLHandle::LastChild()
tinyxml2::XMLHandle::LastChildElement()
tinyxml2::XMLHandle::PreviousSibling()
tinyxml2::XMLHandle::PreviousSiblingElement()
tinyxml2::XMLHandle::NextSibling()
tinyxml2::XMLHandle::NextSiblingElement()
tinyxml2::XMLHandle::ToNode()
tinyxml2::XMLHandle::ToElement()
tinyxml2::XMLHandle::ToText()
tinyxml2::XMLHandle::ToUnknown()
tinyxml2::XMLHandle::ToDeclaration()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out