SO3::SAny Class Reference
#include <SO3Any.h>
List of all members.
Detailed Description
Variant type that can hold SAny other type.
Definition at line 51 of file SO3Any.h.
Constructor & Destructor Documentation
| SO3::SAny::SAny |
( |
|
) |
[inline] |
template<typename ValueType >
| SO3::SAny::SAny |
( |
const ValueType & |
value |
) |
[inline, explicit] |
| SO3::SAny::SAny |
( |
const SAny & |
other |
) |
[inline] |
| virtual SO3::SAny::~SAny |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| void SO3::SAny::Destroy |
( |
|
) |
[inline] |
| const std::type_info& SO3::SAny::GetType |
( |
|
) |
const [inline] |
| bool SO3::SAny::IsEmpty |
( |
|
) |
const [inline] |
template<typename ValueType >
| ValueType SO3::SAny::operator() |
( |
|
) |
const [inline] |
| SAny& SO3::SAny::operator= |
( |
const SAny & |
rhs |
) |
[inline] |
template<typename ValueType >
| SAny& SO3::SAny::operator= |
( |
const ValueType & |
rhs |
) |
[inline] |
| SAny& SO3::SAny::Swap |
( |
SAny & |
rhs |
) |
[inline] |
Friends And Related Function Documentation
template<typename ValueType >
| ValueType* any_cast |
( |
SAny * |
operand |
) |
[friend] |
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const SAny & |
v | |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: