CLIPS::any Class Reference
#include <any.h>
List of all members.
Constructor & Destructor Documentation
CLIPS::any::any |
( |
|
) |
[inline] |
template<typename ValueType >
CLIPS::any::any |
( |
const ValueType & |
value |
) |
[inline] |
CLIPS::any::any |
( |
const any & |
other |
) |
[inline] |
CLIPS::any::~any |
( |
|
) |
[inline] |
Member Function Documentation
bool CLIPS::any::empty |
( |
|
) |
const [inline] |
any& CLIPS::any::operator= |
( |
const any & |
rhs |
) |
[inline] |
template<typename ValueType >
any& CLIPS::any::operator= |
( |
const ValueType & |
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 * |
|
) |
[friend] |
Member Data Documentation
The documentation for this class was generated from the following file: