Public Member Functions | |
| Registry () | |
| bool | Get (const String &cKey, String &cValue, unsigned int uiFlags) |
| bool | Set (const String &cKey, const String &cValue, unsigned int uiFlags) |
| bool | Get (const String &cKey, int &iValue, unsigned int uiFlags) |
| bool | Set (const String &cKey, int iValue, unsigned int uiFlags) |
| Registry::Registry | ( | ) |
| bool Registry::Get | ( | const String & | cKey, | |
| int & | iValue, | |||
| unsigned int | uiFlags | |||
| ) |
| bool Registry::Set | ( | const String & | cKey, | |
| int | iValue, | |||
| unsigned int | uiFlags | |||
| ) |
1.5.1-p1