Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Vector< T, E, A >::PreIter Class Reference

#include <elm/data/Vector.h>

+ Inheritance diagram for Vector< T, E, A >::PreIter:

Public Member Functions

 PreIter (const self_t &vec, int idx=0)
 
bool ended (void) const
 
void next (void)
 
int index (void) const
 
bool equals (const PreIter &it) const
 

Protected Attributes

const self_t_vec
 
int i
 

Constructor & Destructor Documentation

◆ PreIter()

PreIter ( const self_t vec,
int  idx = 0 
)
inline

Member Function Documentation

◆ ended()

◆ equals()

bool equals ( const PreIter it) const
inline

◆ index()

int index ( void  ) const
inline

◆ next()

void next ( void  )
inline

Member Data Documentation

◆ _vec

◆ i


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