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

Method data

depends/tinyxml/tinystr.h:131–131  ·  view source on GitHub ↗

Convert a TiXmlString into a char * (need not be null terminated).

Source from the content-addressed store, hash-verified

129
130 // Convert a TiXmlString into a char * (need not be null terminated).
131 const char * data () const { return rep_->str; }
132
133 // Return the length of a TiXmlString
134 size_type length () const { return rep_->size; }

Callers 3

TiXmlStringMethod · 0.45
TiXmlStringClass · 0.45
getHashFromStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected