#include <any.h>
Friends |
template<typename ValueType > |
ValueType * | any_cast (any *) |
Constructor & Destructor Documentation
template<typename ValueType >
CLIPS::any::any |
( |
const ValueType & |
value | ) |
|
|
inline |
CLIPS::any::any |
( |
const any & |
other | ) |
|
|
inline |
Member Function Documentation
bool CLIPS::any::empty |
( |
| ) |
const |
|
inline |
template<typename ValueType >
any& CLIPS::any::operator= |
( |
const ValueType & |
rhs | ) |
|
|
inline |
any& CLIPS::any::operator= |
( |
const any & |
rhs | ) |
|
|
inline |
any& CLIPS::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
const std::type_info& CLIPS::any::type |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
template<typename ValueType >
ValueType* any_cast |
( |
any * |
operand | ) |
|
|
friend |
Member Data Documentation
The documentation for this class was generated from the following file: