MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / TiXmlNode

Method TiXmlNode

lesson7-Detection/src/utils/tinyxml.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase()
137{
138 parent = 0;
139 type = _type;
140 firstChild = 0;
141 lastChild = 0;
142 prev = 0;
143 next = 0;
144}
145
146
147TiXmlNode::~TiXmlNode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected