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

#include <any_iterator.hpp>

Classes

struct  bad_cast
 
struct  is_empty
 

Public Member Functions

 any_const_iterator ()
 
template<typename T >
 any_const_iterator (const T &aObject)
 
 any_const_iterator (const any_const_iterator &aOther)
 
 ~any_const_iterator ()
 
any_const_iteratoroperator= (const any_const_iterator &aOther)
 
any_const_iteratoroperator++ ()
 
any_const_iterator operator++ (int)
 
any_const_iteratoroperator-- ()
 
any_const_iterator operator-- (int)
 
template<typename T >
 operator const T & () const
 
template<typename T >
 operator T& ()
 
template<typename T >
bool is () const
 
bool something () const
 
bool empty () const
 
void reset ()
 

Friends

bool operator== (const any_const_iterator &aLeft, const any_const_iterator &aRight)
 
bool operator!= (const any_const_iterator &aLeft, const any_const_iterator &aRight)
 

Detailed Description

Definition at line 45 of file any_iterator.hpp.

Constructor & Destructor Documentation

◆ any_const_iterator() [1/3]

neolib::any_const_iterator::any_const_iterator ( )
inline

Definition at line 109 of file any_iterator.hpp.

◆ any_const_iterator() [2/3]

template<typename T >
neolib::any_const_iterator::any_const_iterator ( const T aObject)
inline

Definition at line 111 of file any_iterator.hpp.

◆ any_const_iterator() [3/3]

neolib::any_const_iterator::any_const_iterator ( const any_const_iterator aOther)
inline

Definition at line 112 of file any_iterator.hpp.

◆ ~any_const_iterator()

neolib::any_const_iterator::~any_const_iterator ( )
inline

Definition at line 113 of file any_iterator.hpp.

Member Function Documentation

◆ empty()

bool neolib::any_const_iterator::empty ( ) const
inline

Definition at line 172 of file any_iterator.hpp.

◆ is()

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

Definition at line 170 of file any_iterator.hpp.

◆ operator const T &()

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

Definition at line 166 of file any_iterator.hpp.

◆ operator T&()

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

Definition at line 168 of file any_iterator.hpp.

◆ operator++() [1/2]

any_const_iterator & neolib::any_const_iterator::operator++ ( )
inline

Definition at line 125 of file any_iterator.hpp.

◆ operator++() [2/2]

any_const_iterator neolib::any_const_iterator::operator++ ( int  )
inline

Definition at line 132 of file any_iterator.hpp.

◆ operator--() [1/2]

any_const_iterator & neolib::any_const_iterator::operator-- ( )
inline

Definition at line 140 of file any_iterator.hpp.

◆ operator--() [2/2]

any_const_iterator neolib::any_const_iterator::operator-- ( int  )
inline

Definition at line 147 of file any_iterator.hpp.

◆ operator=()

any_const_iterator & neolib::any_const_iterator::operator= ( const any_const_iterator aOther)
inline

Definition at line 114 of file any_iterator.hpp.

◆ reset()

void neolib::any_const_iterator::reset ( )
inline

Definition at line 173 of file any_iterator.hpp.

◆ something()

bool neolib::any_const_iterator::something ( ) const
inline

Definition at line 171 of file any_iterator.hpp.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const any_const_iterator aLeft,
const any_const_iterator aRight 
)
friend

Definition at line 161 of file any_iterator.hpp.

◆ operator==

bool operator== ( const any_const_iterator aLeft,
const any_const_iterator aRight 
)
friend

Definition at line 155 of file any_iterator.hpp.

Member Data Documentation

◆ alignTo

std::max_align_t neolib::any_const_iterator::alignTo

Definition at line 198 of file any_iterator.hpp.

◆ iBytes

char neolib::any_const_iterator::iBytes[64]

Definition at line 199 of file any_iterator.hpp.


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