Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
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_iterator & operator* () const
index_t getIndex () const

Public Attributes

index_t myIndex
Iterator< T > & myContainer