Util::Variant Class Reference
#include <Utils.h>
List of all members.
Detailed Description
Definition at line 280 of file Utils.h.
Member Enumeration Documentation
- Enumerator:
| VT_Boolean |
|
| VT_Integer |
|
| VT_Double |
|
| VT_String |
|
Definition at line 284 of file Utils.h.
Constructor & Destructor Documentation
| Util::Variant::Variant |
( |
|
) |
|
| Util::Variant::Variant |
( |
bool |
bValue |
) |
|
| Util::Variant::Variant |
( |
long |
lValue |
) |
|
| Util::Variant::Variant |
( |
double |
dValue |
) |
|
| Util::Variant::Variant |
( |
const std::string & |
strValue |
) |
|
| Util::Variant::Variant |
( |
const Variant & |
vValue |
) |
|
| Util::Variant::~Variant |
( |
|
) |
|
Member Function Documentation
| bool Util::Variant::isUndefined |
( |
|
) |
const |
| Util::Variant::operator bool |
( |
|
) |
const |
| Util::Variant::operator double |
( |
|
) |
const |
| Util::Variant::operator long |
( |
|
) |
const |
The documentation for this class was generated from the following files: