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

Method GetName

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

Source from the content-addressed store, hash-verified

117
118
119 virtual const char * GetName() const { return mName.c_str(); }
120 virtual bool FindProperty( const char * p_name, const CIniFileProperty ** p_property ) const;
121
122 void AddProperty( const IIniFileProperty * p_property );

Callers 2

AddPropertyMethod · 0.45
GetSectionByNameMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected