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

Method data

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

load_data_from_folderFunction · 0.80
InitializeMethod · 0.80
TrainMethod · 0.80
scan_numberMethod · 0.80
get_token_stringFunction · 0.80
scanFunction · 0.80
get_numberMethod · 0.80
get_token_stringMethod · 0.80
write_cborMethod · 0.80
write_msgpackMethod · 0.80
write_ubjsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected