#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.
 
◆ any() [1/3]
  
  | 
        
          | nonstd::any_lite::any::any | ( |  | ) |  |  | inline | 
 
 
◆ any() [2/3]
  
  | 
        
          | nonstd::any_lite::any::any | ( | any const & | other | ) |  |  | inline | 
 
 
◆ any() [3/3]
template<class ValueType > 
  
  | 
        
          | nonstd::any_lite::any::any | ( | ValueType const & | value | ) |  |  | inline | 
 
 
◆ ~any()
  
  | 
        
          | nonstd::any_lite::any::~any | ( |  | ) |  |  | inline | 
 
 
◆ has_value()
  
  | 
        
          | bool nonstd::any_lite::any::has_value | ( |  | ) | const |  | inline | 
 
 
◆ operator=() [1/2]
  
  | 
        
          | any& nonstd::any_lite::any::operator= | ( | any const & | other | ) |  |  | inline | 
 
 
◆ operator=() [2/2]
template<class ValueType > 
  
  | 
        
          | any& nonstd::any_lite::any::operator= | ( | ValueType const & | value | ) |  |  | inline | 
 
 
◆ reset()
  
  | 
        
          | void nonstd::any_lite::any::reset | ( |  | ) |  |  | inline | 
 
 
◆ swap()
  
  | 
        
          | void nonstd::any_lite::any::swap | ( | any & | other | ) |  |  | inline | 
 
 
◆ to_ptr() [1/2]
template<class ValueType > 
  
  | 
        
          | const ValueType* nonstd::any_lite::any::to_ptr | ( |  | ) | const |  | inline | 
 
 
◆ to_ptr() [2/2]
template<class ValueType > 
  
  | 
        
          | ValueType* nonstd::any_lite::any::to_ptr | ( |  | ) |  |  | inline | 
 
 
◆ type()
  
  | 
        
          | const std::type_info& nonstd::any_lite::any::type | ( |  | ) | const |  | inline |