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

Method TiXmlText

lesson7-Detection/src/utils/tinyxml.h:1220–1224  ·  view source on GitHub ↗

Constructor for text element. By default, it is treated as normal, encoded text. If you want it be output as a CDATA text element, set the parameter _cdata to 'true' */

Source from the content-addressed store, hash-verified

1218 element, set the parameter _cdata to 'true'
1219 */
1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT)
1221 {
1222 SetValue( initValue );
1223 cdata = false;
1224 }
1225 virtual ~TiXmlText() {}
1226
1227 #ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected