#include <CProperties.h>
Public Member Functions | |
| CProperties () | |
| const CProperties & | operator= (const CProperties &right) |
| CProperties (CProperties &) | |
| ~CProperties () | |
| bool | setPropName (string szPropName) |
| string | getPropName () |
| bool | setPropValue (PropType valueType) |
| PropType | getPropValue () |
| int | getDataType (string szProp) |
Private Attributes | |
| string | szPropName |
| PropType | valueType |
CProperties class
| CProperties::CProperties | ( | ) |
This is the defult constructor for CProperties class
since it is union it is suficient if we initialize the biggest value
| CProperties::CProperties | ( | CProperties & | ) |
Copy Constructor
| CProperties::~CProperties | ( | ) |
This is the defult destructor for CProperties class
| const CProperties & CProperties::operator= | ( | const CProperties & | right | ) |
| Constant | reference to CProperties |
| bool CProperties::setPropName | ( | string | szPropName | ) |
| szPropName | string |
| string CProperties::getPropName | ( | ) |
| bool CProperties::setPropValue | ( | PropType | valueType | ) |
| valueType | PropType |
| PropType CProperties::getPropValue | ( | ) |
| int CProperties::getDataType | ( | string | szProp | ) |
| szPropParam | string |
string CProperties::szPropName [private] |
prop name
PropType CProperties::valueType [private] |
value Type
1.5.1