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

Method SettingsStringContainer

PanzerChasm/settings.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315*/
316
317Settings::SettingsStringContainer::SettingsStringContainer( const char* const str )
318 : c_str_(str), str_()
319{}
320
321Settings::SettingsStringContainer::SettingsStringContainer( const std::string& str )
322 : c_str_(nullptr), str_(str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected