#include <any.h>
Classes | |
class | holder |
class | placeholder |
Public Member Functions | |
any () | |
template<typename ValueType > | |
any (const ValueType &value) | |
any (const any &other) | |
~any () | |
any & | swap (any &rhs) |
template<typename ValueType > | |
any & | operator= (const ValueType &rhs) |
any & | operator= (const any &rhs) |
bool | empty () const |
const std::type_info & | type () const |
Private Attributes | |
placeholder * | content |
Friends | |
template<typename ValueType > | |
ValueType * | any_cast (any *) |
|
inline |
Referenced by operator=(), and operator=().
|
inline |
References content.
References any(), CLIPSPointer, and swap().
References CLIPSPointer, and content.
Referenced by operator=(), and operator=().
|
inline |
References CLIPSPointer, content, and CLIPS::any::placeholder::type().
|
private |