|
My Project
|
This class is not thread-safe. More...
#include <ICConfigManager.h>
Protected Member Functions | |
| CICConfigItem (int value) | |
| CICConfigItem (double value) | |
| CICConfigItem (const char *value) | |
| int | GetType () |
| void | SetValue (const char *value) |
Protected Attributes | |
| union { | |
| int iData | |
| double fData | |
| char * sData | |
| }; | |
| int | etype |
Friends | |
| class | CICConfigManager |
This class is not thread-safe.
So use it only in a thread-safe class. It's only accessible through CICConfigManager
1.8.12