NIM 跨平台 C++ SDK
|
#include <ne_stl_any.h>
类 | |
class | holder |
class | placeholder |
struct | type_id_for_t |
Public 成员函数 | |
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= (any rhs) |
bool | empty () const |
静态 Public 成员函数 | |
template<typename _Ty > | |
static const type_id_t | type_id () |
Private 属性 | |
placeholder * | content |
友元 | |
template<typename _ValueType > | |
_ValueType * | any_cast (any *) |
template<typename _ValueType > | |
_ValueType * | UnsafeanyCast (any *) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
friend |
|
friend |
|
private |