#include <MyGUI_Any.h>
Data Structures |
struct | AnyEmpty |
class | Holder |
class | Placeholder |
Static Public Attributes |
static AnyEmpty | Null |
Detailed Description
- Examples:
- Class Any usage.
Definition at line 80 of file MyGUI_Any.h.
Constructor & Destructor Documentation
template<typename ValueType >
MyGUI::Any::Any |
( |
const ValueType & |
value | ) |
|
|
inline |
MyGUI::Any::Any |
( |
const Any::AnyEmpty & |
value | ) |
|
|
inline |
MyGUI::Any::Any |
( |
const Any & |
other | ) |
|
|
inline |
Member Function Documentation
template<typename ValueType >
ValueType* MyGUI::Any::castType |
( |
bool |
_throw = true | ) |
const |
|
inline |
void* MyGUI::Any::castUnsafe |
( |
| ) |
const |
|
inline |
bool MyGUI::Any::empty |
( |
| ) |
const |
|
inline |
const std::type_info& MyGUI::Any::getType |
( |
| ) |
const |
|
inline |
template<typename ValueType >
Any& MyGUI::Any::operator= |
( |
const ValueType & |
rhs | ) |
|
|
inline |
Any& MyGUI::Any::operator= |
( |
const Any::AnyEmpty & |
rhs | ) |
|
|
inline |
Any& MyGUI::Any::operator= |
( |
const Any & |
rhs | ) |
|
|
inline |
Any& MyGUI::Any::swap |
( |
Any & |
rhs | ) |
|
|
inline |
Field Documentation
Any::AnyEmpty MyGUI::Any::Null |
|
static |
The documentation for this class was generated from the following files: