#include <Any.h>
◆ Any() [1/8]
◆ Any() [2/8]
template<typename ValueType >
Nice::Any::Any |
( |
const ValueType & |
value | ) |
|
|
inline |
◆ Any() [3/8]
Nice::Any::Any |
( |
const char * |
value | ) |
|
|
inline |
◆ Any() [4/8]
◆ ~Any() [1/2]
◆ Any() [5/8]
◆ Any() [6/8]
template<typename ValueType >
Nice::Any::Any |
( |
const ValueType & |
value | ) |
|
|
inline |
◆ Any() [7/8]
Nice::Any::Any |
( |
const char * |
value | ) |
|
|
inline |
◆ Any() [8/8]
◆ ~Any() [2/2]
◆ empty() [1/2]
bool Nice::Any::empty |
( |
| ) |
const |
|
inline |
◆ empty() [2/2]
bool Nice::Any::empty |
( |
void |
| ) |
const |
|
inline |
◆ get() [1/2]
template<typename ValueType >
ValueType Nice::Any::get |
( |
void |
| ) |
const |
|
inline |
◆ get() [2/2]
template<typename ValueType >
ValueType Nice::Any::get |
( |
| ) |
const |
|
inline |
◆ operator=() [1/4]
template<typename ValueType >
Any& Nice::Any::operator= |
( |
const ValueType & |
rhs | ) |
|
|
inline |
◆ operator=() [2/4]
template<typename ValueType >
Any& Nice::Any::operator= |
( |
const ValueType & |
rhs | ) |
|
|
inline |
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ swap() [1/2]
Any& Nice::Any::swap |
( |
Any & |
rhs | ) |
|
|
inline |
◆ swap() [2/2]
Any& Nice::Any::swap |
( |
Any & |
rhs | ) |
|
|
inline |
◆ toString() [1/4]
std::string Nice::Any::toString |
( |
| ) |
|
|
inline |
◆ toString() [2/4]
std::string Nice::Any::toString |
( |
| ) |
|
|
inline |
◆ toString() [3/4]
std::string Nice::Any::toString |
( |
| ) |
const |
|
inline |
◆ toString() [4/4]
std::string Nice::Any::toString |
( |
| ) |
const |
|
inline |
◆ type() [1/2]
const std::type_info& Nice::Any::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
const std::type_info& Nice::Any::type |
( |
| ) |
const |
|
inline |
◆ typeString() [1/2]
std::string Nice::Any::typeString |
( |
| ) |
const |
|
inline |
◆ typeString() [2/2]
std::string Nice::Any::typeString |
( |
| ) |
const |
|
inline |
◆ AnyCast [1/2]
template<typename ValueType >
ValueType* AnyCast |
( |
Any * |
| ) |
|
|
friend |
◆ AnyCast [2/2]
template<typename ValueType >
ValueType* AnyCast |
( |
Any * |
| ) |
|
|
friend |
◆ UnsafeAnyCast [1/2]
template<typename ValueType >
ValueType* UnsafeAnyCast |
( |
Any * |
| ) |
|
|
friend |
◆ UnsafeAnyCast [2/2]
template<typename ValueType >
ValueType* UnsafeAnyCast |
( |
Any * |
| ) |
|
|
friend |
◆ content
The documentation for this class was generated from the following file:
- /home/nirva/insroot/include/Nice/Property/Any.h