MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / c_str

Method c_str

Source/Utility/fixed_string.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 const char* c_str() const {
46 return data;
47 }
48
49 char* ptr() {
50 return data;

Callers 15

BindStringMethod · 0.45
ProcessControllerMethod · 0.45
GetBindingValueMethod · 0.45
SetMouseBindingValueMethod · 0.45
ProcessBindingsMethod · 0.45
CompleteGamepadBindingsFunction · 0.45
SetFromConfigMethod · 0.45
StringFromInputFunction · 0.45
StringFromMouseStringFunction · 0.45
StartMultiplayerMethod · 0.45

Calls

no outgoing calls

Tested by 4

SerializeMethod · 0.36
TestMainFunction · 0.36
PrintGPUFunction · 0.36
PrintSpecsFunction · 0.36