MCPcopy Create free account
hub / github.com/DFHack/dfhack / TiXmlString

Method TiXmlString

depends/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 3

lengthMethod · 0.80
initFunction · 0.50
dataMethod · 0.45

Tested by

no test coverage detected