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

Method data

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

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

Source from the content-addressed store, hash-verified

143
144 // Convert a TiXmlString into a char * (need not be null terminated).
145 const char * data () const { return rep_->str; }
146
147 // Return the length of a TiXmlString
148 size_type length () const { return rep_->size; }

Callers 5

TiXmlStringMethod · 0.80
TiXmlStringClass · 0.80
PrintStringToFunction · 0.80
PrintWideStringToFunction · 0.80
StartReadTaskMethod · 0.80

Calls

no outgoing calls

Tested by 2

PrintStringToFunction · 0.64
PrintWideStringToFunction · 0.64