Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ TiXmlElement
Method
TiXmlElement
Libraries/tinyxml/tinyxml.cpp:542–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
541
542
TiXmlElement::TiXmlElement (const char * _value)
543
: TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
544
{
545
firstChild = lastChild = 0;
546
value = _value;
547
}
548
549
550
#ifdef TIXML_USE_STL
Callers
nothing calls this directly
Calls
1
CopyTo
Method · 0.80
Tested by
no test coverage detected