MCPcopy Create free account
hub / github.com/VitalAudio/visage / c_str

Method c_str

visage_utils/string_utils.h:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 size_t find(char32_t character) const { return string_.find(character); }
380 char32_t operator[](size_t index) const { return string_[index]; }
381 const char32_t* c_str() const { return string_.c_str(); }
382 size_t length() const { return string_.length(); }
383 size_t size() const { return string_.size(); }
384 void clear() { string_.clear(); }

Callers 15

spawnChildProcessFunction · 0.80
debugLogStringFunction · 0.80
setLineBreaksMethod · 0.80
indexToPositionMethod · 0.80
positionToIndexMethod · 0.80
makeCaretVisibleMethod · 0.80
compileWebGlShaderMethod · 0.80
compileShaderMethod · 0.80
renderWidthMethod · 0.80
showDisplayMethod · 0.80
submitMethod · 0.80
TextBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected