Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ TiXmlElement
Method
TiXmlElement
engine/source/persistence/tinyXML/tinyxml.cpp:509–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
508
509
TiXmlElement::TiXmlElement (const char * _value)
510
: TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
511
{
512
firstChild = lastChild = 0;
513
value = _value;
514
}
515
516
517
#ifdef TIXML_USE_STL
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected