FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members
Fiber::ranged_for_iterator< T > Struct Template Reference

Public Member Functions

 ranged_for_iterator (index_t theIndex, Iterator< T > &theContainer)
 
bool operator!= (const ranged_for_iterator &RFI) const
 
void operator++ ()
 
T * operator-> () const
 
 operator T& () const
 
T & operator= (const T &value) const
 
const ranged_for_iteratoroperator* () const
 
index_t getIndex () const
 

Public Attributes

index_t myIndex
 
Iterator< T > & myContainer