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

Method TiXmlString

lesson7-Detection/src/utils/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 2

lengthMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected