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

Public Types

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

Public Member Functions

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

Protected Attributes

T * data_
 

Member Typedef Documentation

template<class T , int N>
typedef std::forward_iterator_tag ltl::ltl::FVIter< T, N, 0 >::iterator_category
template<class T , int N>
typedef FVector<T,N,0>::value_type ltl::ltl::FVIter< T, N, 0 >::value_type
template<class T , int N>
typedef FVector<T,N,0>::const_reference ltl::ltl::FVIter< T, N, 0 >::const_reference
template<class T , int N>
typedef FVector<T,N,0>::reference ltl::ltl::FVIter< T, N, 0 >::reference
template<class T , int N>
typedef FVector<T,N,0>::pointer ltl::ltl::FVIter< T, N, 0 >::pointer
template<class T , int N>
typedef FVector<T,N,0>::const_pointer ltl::ltl::FVIter< T, N, 0 >::const_pointer
template<class T , int N>
typedef FVector<T,N,0>::difference_type ltl::ltl::FVIter< T, N, 0 >::difference_type
template<class T , int N>
typedef std::forward_iterator_tag ltl::ltl::FVIter< T, N, 0 >::iterator_category
template<class T , int N>
typedef FVector<T,N,0>::value_type ltl::ltl::FVIter< T, N, 0 >::value_type
template<class T , int N>
typedef FVector<T,N,0>::const_reference ltl::ltl::FVIter< T, N, 0 >::const_reference
template<class T , int N>
typedef FVector<T,N,0>::reference ltl::ltl::FVIter< T, N, 0 >::reference
template<class T , int N>
typedef FVector<T,N,0>::pointer ltl::ltl::FVIter< T, N, 0 >::pointer
template<class T , int N>
typedef FVector<T,N,0>::const_pointer ltl::ltl::FVIter< T, N, 0 >::const_pointer
template<class T , int N>
typedef FVector<T,N,0>::difference_type ltl::ltl::FVIter< T, N, 0 >::difference_type

Member Enumeration Documentation

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

Constructor & Destructor Documentation

template<class T , int N>
ltl::ltl::FVIter< T, N, 0 >::FVIter ( FVector< T, N, 0 > &  v)
inline
template<class T , int N>
ltl::ltl::FVIter< T, N, 0 >::FVIter ( FVector< T, N, 0 > &  v,
fviter_end_tag   
)
inline
template<class T , int N>
ltl::ltl::FVIter< T, N, 0 >::FVIter ( FVector< T, N, 0 > &  v)
inline
template<class T , int N>
ltl::ltl::FVIter< T, N, 0 >::FVIter ( FVector< T, N, 0 > &  v,
fviter_end_tag   
)
inline

Member Function Documentation

template<class T , int N>
T ltl::ltl::FVIter< T, N, 0 >::operator[] ( const int  i) const
inline
template<class T , int N>
T& ltl::ltl::FVIter< T, N, 0 >::operator[] ( const int  i)
inline
template<class T , int N>
T ltl::ltl::FVIter< T, N, 0 >::operator* ( ) const
inline
template<class T , int N>
T& ltl::ltl::FVIter< T, N, 0 >::operator* ( )
inline
template<class T , int N>
FVIter<T,N,0>& ltl::ltl::FVIter< T, N, 0 >::operator++ ( )
inline
template<class T , int N>
FVIter<T,N,0> ltl::ltl::FVIter< T, N, 0 >::operator++ ( int  )
inline
template<class T , int N>
FVIter<T,N,0>& ltl::ltl::FVIter< T, N, 0 >::operator-- ( )
inline
template<class T , int N>
FVIter<T,N,0> ltl::ltl::FVIter< T, N, 0 >::operator-- ( int  )
inline
template<class T , int N>
template<int S>
bool ltl::ltl::FVIter< T, N, 0 >::operator== ( const FVIter< T, N, S > &  other) const
inline
template<class T , int N>
template<int S>
bool ltl::ltl::FVIter< T, N, 0 >::operator!= ( const FVIter< T, N, S > &  other) const
inline
template<class T , int N>
T ltl::ltl::FVIter< T, N, 0 >::operator[] ( const int  i) const
inline
template<class T , int N>
T& ltl::ltl::FVIter< T, N, 0 >::operator[] ( const int  i)
inline
template<class T , int N>
T ltl::ltl::FVIter< T, N, 0 >::operator* ( ) const
inline
template<class T , int N>
T& ltl::ltl::FVIter< T, N, 0 >::operator* ( )
inline
template<class T , int N>
FVIter<T,N,0>& ltl::ltl::FVIter< T, N, 0 >::operator++ ( )
inline
template<class T , int N>
FVIter<T,N,0> ltl::ltl::FVIter< T, N, 0 >::operator++ ( int  )
inline
template<class T , int N>
FVIter<T,N,0>& ltl::ltl::FVIter< T, N, 0 >::operator-- ( )
inline
template<class T , int N>
FVIter<T,N,0> ltl::ltl::FVIter< T, N, 0 >::operator-- ( int  )
inline
template<class T , int N>
template<int S>
bool ltl::ltl::FVIter< T, N, 0 >::operator== ( const FVIter< T, N, S > &  other) const
inline
template<class T , int N>
template<int S>
bool ltl::ltl::FVIter< T, N, 0 >::operator!= ( const FVIter< T, N, S > &  other) const
inline

Member Data Documentation

template<class T , int N>
T * ltl::ltl::FVIter< T, N, 0 >::data_
protected