MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / TiXmlString

Method TiXmlString

cpp/tinyxml/tinystr.h:78–80  ·  view source on GitHub ↗

TiXmlString empty constructor

Source from the content-addressed store, hash-verified

76
77 // TiXmlString empty constructor
78 TiXmlString () : rep_(&nullrep_)
79 {
80 }
81
82 // TiXmlString copy constructor
83 TiXmlString ( const TiXmlString & copy) : rep_(0)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected