MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / CStr

Method CStr

PanzerChasm/settings.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335const char* Settings::SettingsStringContainer::CStr() const
336{
337 return c_str_ != nullptr ? c_str_ : str_.c_str();
338}
339
340Settings::SettingsStringContainer::~SettingsStringContainer()
341{}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected