#include <ndn-cxx/util/nonstd/any.hpp>
|
| any () |
|
| any (any const &other) |
|
template<class ValueType > |
| any (ValueType const &value) |
|
| ~any () |
|
bool | has_value () const |
|
any & | operator= (any const &other) |
|
template<class ValueType > |
any & | operator= (ValueType const &value) |
|
void | reset () |
|
void | swap (any &other) |
|
template<class ValueType > |
const ValueType * | to_ptr () const |
|
template<class ValueType > |
ValueType * | to_ptr () |
|
const std::type_info & | type () const |
|
Definition at line 403 of file any.hpp.
nonstd::any_lite::any::any |
( |
| ) |
|
|
inline |
nonstd::any_lite::any::any |
( |
any const & |
other | ) |
|
|
inline |
template<class ValueType >
nonstd::any_lite::any::any |
( |
ValueType const & |
value | ) |
|
|
inline |
nonstd::any_lite::any::~any |
( |
| ) |
|
|
inline |
bool nonstd::any_lite::any::has_value |
( |
| ) |
const |
|
inline |
any& nonstd::any_lite::any::operator= |
( |
any const & |
other | ) |
|
|
inline |
template<class ValueType >
any& nonstd::any_lite::any::operator= |
( |
ValueType const & |
value | ) |
|
|
inline |
void nonstd::any_lite::any::reset |
( |
| ) |
|
|
inline |
void nonstd::any_lite::any::swap |
( |
any & |
other | ) |
|
|
inline |
template<class ValueType >
const ValueType* nonstd::any_lite::any::to_ptr |
( |
| ) |
const |
|
inline |
template<class ValueType >
ValueType* nonstd::any_lite::any::to_ptr |
( |
| ) |
|
|
inline |
const std::type_info& nonstd::any_lite::any::type |
( |
| ) |
const |
|
inline |