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

Public Types

enum  { static_size = 1 }
 
enum  { static_size = 1 }
 
typedef std::forward_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::forward_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

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

Protected Attributes

T * data_
 

Member Typedef Documentation

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

Member Enumeration Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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