MapLink Pro .
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSL_CRViter_< T > Class Template Reference
Inheritance diagram for TSL_CRViter_< T >:

Public Types

typedef size_t size_type
typedef T & reference
typedef const T & const_reference
typedef intptr_t difference_type
Public Types inherited from TSL_RViter_< T >
typedef size_t size_type
typedef T & reference
typedef const T & const_reference
typedef intptr_t difference_type

Public Member Functions

 TSL_CRViter_ ()
 TSL_CRViter_ (const void *it)
 TSL_CRViter_ (const TSL_RViter_< T > &it)
 TSL_CRViter_ (const TSL_CRViter_ &rhs)
 ~TSL_CRViter_ ()
TSL_CRViter_operator= (const TSL_CRViter_ &rhs)
const_reference operator* () const
const_reference operator[] (size_type N) const
TSL_CRViter_operator++ ()
TSL_CRViter_ operator++ (int)
TSL_CRViter_operator-- ()
TSL_CRViter_ operator-- (int)
TSL_CRViter_operator+= (difference_type N)
TSL_CRViter_operator-= (difference_type N)
const TSL_CRViter_ operator+ (difference_type N) const
const TSL_CRViter_ operator- (difference_type N) const
bool operator== (const TSL_CRViter_ &rhs) const
bool operator!= (const TSL_CRViter_ &rhs) const
bool operator< (const TSL_CRViter_ &rhs) const
bool operator> (const TSL_CRViter_ &rhs) const
bool operator<= (const TSL_CRViter_ &rhs) const
bool operator>= (const TSL_CRViter_ &rhs) const
Public Member Functions inherited from TSL_RViter_< T >
 TSL_RViter_ ()
 TSL_RViter_ (void *it)
 TSL_RViter_ (const TSL_RViter_ &rhs)
 ~TSL_RViter_ ()
TSL_RViter_operator= (const TSL_RViter_ &rhs)
reference operator* () const
reference operator[] (size_type N) const
TSL_RViter_operator++ ()
TSL_RViter_ operator++ (int)
TSL_RViter_operator-- ()
TSL_RViter_ operator-- (int)
TSL_RViter_operator+= (difference_type N)
TSL_RViter_operator-= (difference_type N)
const TSL_RViter_ operator+ (difference_type N) const
const TSL_RViter_ operator- (difference_type N) const
bool operator== (const TSL_RViter_ &rhs) const
bool operator!= (const TSL_RViter_ &rhs) const
bool operator< (const TSL_RViter_ &rhs) const
bool operator> (const TSL_RViter_ &rhs) const
bool operator<= (const TSL_RViter_ &rhs) const
bool operator>= (const TSL_RViter_ &rhs) const
void * _Mynode () const

Additional Inherited Members

Protected Attributes inherited from TSL_RViter_< T >
void * m_it

Member Typedef Documentation

◆ const_reference

template<class T>
typedef const T& TSL_CRViter_< T >::const_reference

◆ difference_type

template<class T>
typedef intptr_t TSL_CRViter_< T >::difference_type

◆ reference

template<class T>
typedef T& TSL_CRViter_< T >::reference

◆ size_type

template<class T>
typedef size_t TSL_CRViter_< T >::size_type

Constructor & Destructor Documentation

◆ TSL_CRViter_() [1/4]

template<class T>
TSL_CRViter_< T >::TSL_CRViter_ ( )

◆ TSL_CRViter_() [2/4]

template<class T>
TSL_CRViter_< T >::TSL_CRViter_ ( const void * it)

◆ TSL_CRViter_() [3/4]

template<class T>
TSL_CRViter_< T >::TSL_CRViter_ ( const TSL_RViter_< T > & it)

◆ TSL_CRViter_() [4/4]

template<class T>
TSL_CRViter_< T >::TSL_CRViter_ ( const TSL_CRViter_< T > & rhs)

◆ ~TSL_CRViter_()

template<class T>
TSL_CRViter_< T >::~TSL_CRViter_ ( )

Member Function Documentation

◆ operator!=()

template<class T>
bool TSL_CRViter_< T >::operator!= ( const TSL_CRViter_< T > & rhs) const

◆ operator*()

template<class T>
const_reference TSL_CRViter_< T >::operator* ( ) const

◆ operator+()

template<class T>
const TSL_CRViter_ TSL_CRViter_< T >::operator+ ( difference_type N) const

◆ operator++() [1/2]

template<class T>
TSL_CRViter_ & TSL_CRViter_< T >::operator++ ( )

◆ operator++() [2/2]

template<class T>
TSL_CRViter_ TSL_CRViter_< T >::operator++ ( int )

◆ operator+=()

template<class T>
TSL_CRViter_ & TSL_CRViter_< T >::operator+= ( difference_type N)

◆ operator-()

template<class T>
const TSL_CRViter_ TSL_CRViter_< T >::operator- ( difference_type N) const

◆ operator--() [1/2]

template<class T>
TSL_CRViter_ & TSL_CRViter_< T >::operator-- ( )

◆ operator--() [2/2]

template<class T>
TSL_CRViter_ TSL_CRViter_< T >::operator-- ( int )

◆ operator-=()

template<class T>
TSL_CRViter_ & TSL_CRViter_< T >::operator-= ( difference_type N)

◆ operator<()

template<class T>
bool TSL_CRViter_< T >::operator< ( const TSL_CRViter_< T > & rhs) const

◆ operator<=()

template<class T>
bool TSL_CRViter_< T >::operator<= ( const TSL_CRViter_< T > & rhs) const

◆ operator=()

template<class T>
TSL_CRViter_ & TSL_CRViter_< T >::operator= ( const TSL_CRViter_< T > & rhs)

◆ operator==()

template<class T>
bool TSL_CRViter_< T >::operator== ( const TSL_CRViter_< T > & rhs) const

◆ operator>()

template<class T>
bool TSL_CRViter_< T >::operator> ( const TSL_CRViter_< T > & rhs) const

◆ operator>=()

template<class T>
bool TSL_CRViter_< T >::operator>= ( const TSL_CRViter_< T > & rhs) const

◆ operator[]()

template<class T>
const_reference TSL_CRViter_< T >::operator[] ( size_type N) const