#include <any.h>
|
template<typename ValueType > |
ValueType * | any_cast (any *) |
|
§ any() [1/3]
§ any() [2/3]
template<typename ValueType >
CLIPS::any::any |
( |
const ValueType & |
value | ) |
|
|
inline |
§ any() [3/3]
CLIPS::any::any |
( |
const any & |
other | ) |
|
|
inline |
§ ~any()
§ empty()
bool CLIPS::any::empty |
( |
| ) |
const |
|
inline |
§ operator=() [1/2]
template<typename ValueType >
any& CLIPS::any::operator= |
( |
const ValueType & |
rhs | ) |
|
|
inline |
§ operator=() [2/2]
any& CLIPS::any::operator= |
( |
const any & |
rhs | ) |
|
|
inline |
§ swap()
any& CLIPS::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
§ type()
const std::type_info& CLIPS::any::type |
( |
| ) |
const |
|
inline |
§ any_cast
template<typename ValueType >
ValueType* any_cast |
( |
any * |
operand | ) |
|
|
friend |
§ content
The documentation for this class was generated from the following file: