My Project
Protected Member Functions | Protected Attributes | Friends | List of all members
ParaInfoCenter::CICConfigItem Class Reference

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
 

Detailed Description

This class is not thread-safe.

So use it only in a thread-safe class. It's only accessible through CICConfigManager


The documentation for this class was generated from the following files: