MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetValue

Method GetValue

Source/Utility/IniFile.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 virtual const char * GetName() const { return mName.c_str(); }
46 virtual const char * GetValue() const { return mValue.c_str(); }
47
48 virtual bool GetBooleanValue( bool default_value ) const
49 {

Callers 3

BuildControllerConfigMethod · 0.80
OpenPreferencesFileMethod · 0.80
OpenSettingsFileMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected