Inheritance diagram for ResConfigRegistryR:
Public Methods | |
virtual | ~ResConfigRegistryR () |
virtual bool | hasKey (const String &key) const=0 |
virtual String | readString (const String &key, const String &def="") const=0 |
virtual UInt32 | readUInt32 (const String &key, UInt32 def=0) const |
virtual Float | readFloat (const String &key, Float def=0.f) const |
UInt32 | readEnum (const String &key, UInt32 nbEntries, UInt32 def) const |
No default to prevent accidental misuse. | |
bool | readBool (const String &key, bool def=false) const |
BaTime::Duration | readTimeDuration (const String &key, BaTime::Duration def=0) const |
Static Public Methods | |
RCShdPtr< ResConfigRegistryR > | create (const String &groupName) |
Implemented in derived class' source. |
ResConfig objects load their contents using this object, which should retrieve from the format stored by ResConfigRegistryW.
Definition at line 102 of file resConfigRegistry.h.