MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / TiXmlString

Method TiXmlString

Libraries/tinyxml/tinystr.h:66–68  ·  view source on GitHub ↗

TiXmlString empty constructor

Source from the content-addressed store, hash-verified

64
65 // TiXmlString empty constructor
66 TiXmlString () : rep_(&nullrep_)
67 {
68 }
69
70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0)

Callers

nothing calls this directly

Calls 4

initFunction · 0.50
lengthFunction · 0.50
lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected