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

Method c_str

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

Convert a TiXmlString into a null-terminated char

Source from the content-addressed store, hash-verified

126
127 // Convert a TiXmlString into a null-terminated char *
128 const char * c_str () const { return rep_->str; }
129
130 // Convert a TiXmlString into a char * (need not be null terminated).
131 const char * data () const { return rep_->str; }

Callers 15

init_run_scriptFunction · 0.80
fIOthreadFunction · 0.80
fatalMethod · 0.80
InitSimulationThreadMethod · 0.80
onStateChangeMethod · 0.80
string cxx_demangleMethod · 0.80
loadMethod · 0.80
enableMethod · 0.80
loadFileMethod · 0.80
git_commitFunction · 0.80
signal_typeid_errorFunction · 0.80
RequireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected