neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::any_const_ref_holder_base Class Referenceabstract

#include <any_ref.hpp>

Inheritance diagram for neolib::any_const_ref_holder_base:
neolib::any_const_ref_holder< T >

Public Member Functions

virtual ~any_const_ref_holder_base ()=default
 
template<typename T >
 operator const T & () const
 
template<typename T >
bool is () const
 
virtual any_const_ref_holder_baseclone (void *aWhere) const =0
 

Detailed Description

Definition at line 51 of file any_ref.hpp.

Constructor & Destructor Documentation

◆ ~any_const_ref_holder_base()

virtual neolib::any_const_ref_holder_base::~any_const_ref_holder_base ( )
virtualdefault

Member Function Documentation

◆ clone()

virtual any_const_ref_holder_base * neolib::any_const_ref_holder_base::clone ( void aWhere) const
pure virtual

◆ is()

template<typename T >
bool neolib::any_const_ref_holder_base::is ( ) const
inline

Definition at line 66 of file any_ref.hpp.

◆ operator const T &()

template<typename T >
neolib::any_const_ref_holder_base::operator const T & ( ) const
inline

Definition at line 59 of file any_ref.hpp.


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