MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / c_str

Method c_str

common/SmallString.h:172–172  ·  view source on GitHub ↗

gets a constant pointer to the C string

Source from the content-addressed store, hash-verified

170
171 // gets a constant pointer to the C string
172 __fi const char* c_str() const { return m_buffer; }
173
174 // gets a writable char array, do not write more than reserve characters to it.
175 __fi char* data() { return m_buffer; }

Callers 15

InitializeConfigMethod · 0.45
ParseCommandLineArgsMethod · 0.45
Main.cppFile · 0.45
SettingsOverrideMethod · 0.45
ShowInFileExplorerFunction · 0.45
reportErrorMethod · 0.45
processUpdateMethod · 0.45
doUpdateMethod · 0.45
cleanupAfterUpdateMethod · 0.45
getSystemLanguageFunction · 0.45

Calls

no outgoing calls

Tested by 6

assertEqualFunction · 0.36
create_test_directoryFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
create_test_directoryFunction · 0.36
TESTFunction · 0.36