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