LTL  2.0.x
Public Types | Public Member Functions | Protected Attributes | List of all members
ltl::ltl::FVIterConst< T, N, S > Class Template Reference

Public Types

enum  { static_size = 1 }
 
enum  { static_size = 1 }
 
typedef std::bidirectional_iterator_tag iterator_category
 
typedef FVector< T, N, S >::value_type value_type
 
typedef FVector< T, N, S >::const_reference const_reference
 
typedef FVector< T, N, S >::reference reference
 
typedef FVector< T, N, S >::pointer pointer
 
typedef FVector< T, N, S >::const_pointer const_pointer
 
typedef FVector< T, N, S >::difference_type difference_type
 
typedef std::bidirectional_iterator_tag iterator_category
 
typedef FVector< T, N, S >::value_type value_type
 
typedef FVector< T, N, S >::const_reference const_reference
 
typedef FVector< T, N, S >::reference reference
 
typedef FVector< T, N, S >::pointer pointer
 
typedef FVector< T, N, S >::const_pointer const_pointer
 
typedef FVector< T, N, S >::difference_type difference_type
 

Public Member Functions

 FVIterConst (const FVector< T, N, S > &v)
 
 FVIterConst (const FVector< T, N, S > &v, fviter_end_tag)
 
operator[] (const int i) const
 
operator* () const
 
FVIterConst< T, N, S > & operator++ ()
 
FVIterConst< T, N, S > operator++ (int)
 
FVIterConst< T, N, S > & operator-- ()
 
FVIterConst< T, N, S > operator-- (int)
 
template<int P>
bool operator== (const FVIterConst< T, N, P > &other) const
 
template<int P>
bool operator!= (const FVIterConst< T, N, P > &other) const
 
 FVIterConst (const FVector< T, N, S > &v)
 
 FVIterConst (const FVector< T, N, S > &v, fviter_end_tag)
 
operator[] (const int i) const
 
operator* () const
 
FVIterConst< T, N, S > & operator++ ()
 
FVIterConst< T, N, S > operator++ (int)
 
FVIterConst< T, N, S > & operator-- ()
 
FVIterConst< T, N, S > operator-- (int)
 
template<int P>
bool operator== (const FVIterConst< T, N, P > &other) const
 
template<int P>
bool operator!= (const FVIterConst< T, N, P > &other) const
 

Protected Attributes

T * data_
 

Member Typedef Documentation

◆ iterator_category [1/2]

template<class T , int N, int S>
typedef std::bidirectional_iterator_tag ltl::ltl::FVIterConst< T, N, S >::iterator_category

◆ value_type [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::value_type ltl::ltl::FVIterConst< T, N, S >::value_type

◆ const_reference [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::const_reference ltl::ltl::FVIterConst< T, N, S >::const_reference

◆ reference [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::reference ltl::ltl::FVIterConst< T, N, S >::reference

◆ pointer [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::pointer ltl::ltl::FVIterConst< T, N, S >::pointer

◆ const_pointer [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::const_pointer ltl::ltl::FVIterConst< T, N, S >::const_pointer

◆ difference_type [1/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::difference_type ltl::ltl::FVIterConst< T, N, S >::difference_type

◆ iterator_category [2/2]

template<class T , int N, int S>
typedef std::bidirectional_iterator_tag ltl::ltl::FVIterConst< T, N, S >::iterator_category

◆ value_type [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::value_type ltl::ltl::FVIterConst< T, N, S >::value_type

◆ const_reference [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::const_reference ltl::ltl::FVIterConst< T, N, S >::const_reference

◆ reference [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::reference ltl::ltl::FVIterConst< T, N, S >::reference

◆ pointer [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::pointer ltl::ltl::FVIterConst< T, N, S >::pointer

◆ const_pointer [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::const_pointer ltl::ltl::FVIterConst< T, N, S >::const_pointer

◆ difference_type [2/2]

template<class T , int N, int S>
typedef FVector<T,N,S>::difference_type ltl::ltl::FVIterConst< T, N, S >::difference_type

Member Enumeration Documentation

◆ anonymous enum

template<class T , int N, int S>
anonymous enum
Enumerator
static_size 

◆ anonymous enum

template<class T , int N, int S>
anonymous enum
Enumerator
static_size 

Constructor & Destructor Documentation

◆ FVIterConst() [1/4]

template<class T , int N, int S>
ltl::ltl::FVIterConst< T, N, S >::FVIterConst ( const FVector< T, N, S > &  v)
inline

◆ FVIterConst() [2/4]

template<class T , int N, int S>
ltl::ltl::FVIterConst< T, N, S >::FVIterConst ( const FVector< T, N, S > &  v,
fviter_end_tag   
)
inline

◆ FVIterConst() [3/4]

template<class T , int N, int S>
ltl::ltl::FVIterConst< T, N, S >::FVIterConst ( const FVector< T, N, S > &  v)
inline

◆ FVIterConst() [4/4]

template<class T , int N, int S>
ltl::ltl::FVIterConst< T, N, S >::FVIterConst ( const FVector< T, N, S > &  v,
fviter_end_tag   
)
inline

Member Function Documentation

◆ operator[]() [1/2]

template<class T , int N, int S>
T ltl::ltl::FVIterConst< T, N, S >::operator[] ( const int  i) const
inline

◆ operator*() [1/2]

template<class T , int N, int S>
T ltl::ltl::FVIterConst< T, N, S >::operator* ( ) const
inline

◆ operator++() [1/4]

template<class T , int N, int S>
FVIterConst<T,N,S>& ltl::ltl::FVIterConst< T, N, S >::operator++ ( )
inline

◆ operator++() [2/4]

template<class T , int N, int S>
FVIterConst<T,N,S> ltl::ltl::FVIterConst< T, N, S >::operator++ ( int  )
inline

◆ operator--() [1/4]

template<class T , int N, int S>
FVIterConst<T,N,S>& ltl::ltl::FVIterConst< T, N, S >::operator-- ( )
inline

◆ operator--() [2/4]

template<class T , int N, int S>
FVIterConst<T,N,S> ltl::ltl::FVIterConst< T, N, S >::operator-- ( int  )
inline

◆ operator==() [1/2]

template<class T , int N, int S>
template<int P>
bool ltl::ltl::FVIterConst< T, N, S >::operator== ( const FVIterConst< T, N, P > &  other) const
inline

◆ operator!=() [1/2]

template<class T , int N, int S>
template<int P>
bool ltl::ltl::FVIterConst< T, N, S >::operator!= ( const FVIterConst< T, N, P > &  other) const
inline

◆ operator[]() [2/2]

template<class T , int N, int S>
T ltl::ltl::FVIterConst< T, N, S >::operator[] ( const int  i) const
inline

◆ operator*() [2/2]

template<class T , int N, int S>
T ltl::ltl::FVIterConst< T, N, S >::operator* ( ) const
inline

◆ operator++() [3/4]

template<class T , int N, int S>
FVIterConst<T,N,S>& ltl::ltl::FVIterConst< T, N, S >::operator++ ( )
inline

◆ operator++() [4/4]

template<class T , int N, int S>
FVIterConst<T,N,S> ltl::ltl::FVIterConst< T, N, S >::operator++ ( int  )
inline

◆ operator--() [3/4]

template<class T , int N, int S>
FVIterConst<T,N,S>& ltl::ltl::FVIterConst< T, N, S >::operator-- ( )
inline

◆ operator--() [4/4]

template<class T , int N, int S>
FVIterConst<T,N,S> ltl::ltl::FVIterConst< T, N, S >::operator-- ( int  )
inline

◆ operator==() [2/2]

template<class T , int N, int S>
template<int P>
bool ltl::ltl::FVIterConst< T, N, S >::operator== ( const FVIterConst< T, N, P > &  other) const
inline

◆ operator!=() [2/2]

template<class T , int N, int S>
template<int P>
bool ltl::ltl::FVIterConst< T, N, S >::operator!= ( const FVIterConst< T, N, P > &  other) const
inline

Member Data Documentation

◆ data_

template<class T , int N, int S>
T * ltl::ltl::FVIterConst< T, N, S >::data_
protected