Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ TiXmlElement
Method
TiXmlElement
depends/tinyxml/tinyxml.cpp:525–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
524
525
TiXmlElement::TiXmlElement (const char * _value)
526
: TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
527
{
528
firstChild = lastChild = 0;
529
value = _value;
530
}
531
532
533
#ifdef TIXML_USE_STL
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.45
Tested by
no test coverage detected