KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
ArrayND< T >::iterator Struct Reference

Public Member Functions

iteratoroperator++ ()
 
iteratoroperator-- ()
 
iteratoroperator+= (int skip)
 
iteratoroperator-= (int skip)
 
void inc (int dim)
 
void inc (int dim, int count)
 
void dec (int dim)
 
void dec (int dim, int count)
 
bool operator== (const iterator &it) const
 
bool operator!= (const iterator &it) const
 
bool operator< (const iterator &it) const
 
bool operator> (const iterator &it) const
 
int operator- (const iterator &it) const
 
T & operator* ()
 
T * operator-> ()
 

Public Attributes

ArrayND< T > * obj
 
std::vector< int > index
 
int offset
 

The documentation for this struct was generated from the following file: