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

Public Types

typedef size_t size_type
 
typedef T & reference
 
typedef const T & const_reference
 
typedef intptr_t difference_type
 

Public Member Functions

 TSL_Viter_ ()
 
 TSL_Viter_ (void *it)
 
 TSL_Viter_ (const TSL_Viter_ &rhs)
 
 ~TSL_Viter_ ()
 
TSL_Viter_operator= (const TSL_Viter_ &rhs)
 
reference operator* () const
 
reference operator[] (size_type N) const
 
TSL_Viter_operator++ ()
 
TSL_Viter_ operator++ (int)
 
TSL_Viter_operator-- ()
 
TSL_Viter_ operator-- (int)
 
TSL_Viter_operator+= (difference_type N)
 
TSL_Viter_operator-= (difference_type N)
 
const TSL_Viter_ operator+ (difference_type N) const
 
const TSL_Viter_ operator- (difference_type N) const
 
difference_type operator- (const TSL_Viter_ rhs) const
 
bool operator== (const TSL_Viter_ &rhs) const
 
bool operator!= (const TSL_Viter_ &rhs) const
 
bool operator< (const TSL_Viter_ &rhs) const
 
bool operator> (const TSL_Viter_ &rhs) const
 
bool operator<= (const TSL_Viter_ &rhs) const
 
bool operator>= (const TSL_Viter_ &rhs) const
 
void * _Mynode () const
 

Protected Attributes

void * m_it
 

Member Typedef Documentation

◆ const_reference

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

◆ difference_type

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

◆ reference

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

◆ size_type

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

Constructor & Destructor Documentation

◆ TSL_Viter_() [1/3]

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

◆ TSL_Viter_() [2/3]

template<class T>
TSL_Viter_< T >::TSL_Viter_ ( void * it)

◆ TSL_Viter_() [3/3]

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

◆ ~TSL_Viter_()

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

Member Function Documentation

◆ _Mynode()

template<class T>
void * TSL_Viter_< T >::_Mynode ( ) const

◆ operator!=()

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

◆ operator*()

template<class T>
reference TSL_Viter_< T >::operator* ( ) const

◆ operator+()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator+=()

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

◆ operator-() [1/2]

template<class T>
difference_type TSL_Viter_< T >::operator- ( const TSL_Viter_< T > rhs) const

◆ operator-() [2/2]

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

◆ operator--() [1/2]

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

◆ operator--() [2/2]

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

◆ operator-=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

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

◆ operator[]()

template<class T>
reference TSL_Viter_< T >::operator[] ( size_type N) const

Member Data Documentation

◆ m_it

template<class T>
void* TSL_Viter_< T >::m_it
protected