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

Method c_str

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

load_data_from_folderFunction · 0.80
createMethod · 0.80
createMethod · 0.80
createMethod · 0.80
createMethod · 0.80
createMethod · 0.80
write_cborMethod · 0.80
write_msgpackMethod · 0.80
write_ubjsonMethod · 0.80
write_bson_stringMethod · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected