NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::any_lite::any Class Reference

#include <any.hpp>

Public Member Functions

any_constexpr any () any_noexcept
 
 any (any const &other)
 
template<class ValueType >
 any (ValueType const &value)
 
 ~any ()
 
anyoperator= (any const &other)
 
template<class ValueType >
anyoperator= (ValueType const &value)
 
void reset () any_noexcept
 
void swap (any &other) any_noexcept
 
bool has_value () const any_noexcept
 
const std::type_info & type () const any_noexcept
 
template<class ValueType >
const ValueType * to_ptr () const
 
template<class ValueType >
ValueType * to_ptr ()
 

Detailed Description

Definition at line 358 of file any.hpp.

Constructor & Destructor Documentation

◆ any() [1/3]

any_constexpr nonstd::any_lite::any::any ( )
inline

Definition at line 361 of file any.hpp.

Referenced by operator=().

◆ any() [2/3]

nonstd::any_lite::any::any ( any const &  other)
inline

Definition at line 365 of file any.hpp.

◆ any() [3/3]

template<class ValueType >
nonstd::any_lite::any::any ( ValueType const &  value)
inline

Definition at line 404 of file any.hpp.

◆ ~any()

nonstd::any_lite::any::~any ( )
inline

Definition at line 410 of file any.hpp.

References reset().

Member Function Documentation

◆ operator=() [1/2]

any& nonstd::any_lite::any::operator= ( any const &  other)
inline

Definition at line 415 of file any.hpp.

References any().

◆ operator=() [2/2]

template<class ValueType >
any& nonstd::any_lite::any::operator= ( ValueType const &  value)
inline

Definition at line 457 of file any.hpp.

References any().

◆ reset()

void nonstd::any_lite::any::reset ( )
inline

Definition at line 465 of file any.hpp.

References any_nullptr.

Referenced by ~any().

◆ swap()

void nonstd::any_lite::any::swap ( any other)
inline

Definition at line 470 of file any.hpp.

References nonstd::any_lite::swap().

◆ has_value()

bool nonstd::any_lite::any::has_value ( ) const
inline

Definition at line 475 of file any.hpp.

References any_nullptr.

Referenced by type().

◆ type()

const std::type_info& nonstd::any_lite::any::type ( ) const
inline

Definition at line 480 of file any.hpp.

References has_value().

◆ to_ptr() [1/2]

template<class ValueType >
const ValueType* nonstd::any_lite::any::to_ptr ( ) const
inline

Definition at line 490 of file any.hpp.

◆ to_ptr() [2/2]

template<class ValueType >
ValueType* nonstd::any_lite::any::to_ptr ( )
inline

Definition at line 496 of file any.hpp.


The documentation for this class was generated from the following file: