libidx
ebl::svector< T >::const_iterator Class Reference

Custom iterator for svector. More...

#include <smart.h>

List of all members.

Public Member Functions

 const_iterator ()
 Construct iterator.
 const_iterator (typename std::vector< T * >::const_iterator &i)
 const_iterator (typename std::vector< T * >::const_iterator i)
virtual const T & operator* () const
 Dereference operator, returns a reference.
virtual const T * operator-> () const
 Dereference operator, returns a pointer.
virtual const T * ptr () const
 Returns a pointer to current element.
virtual bool exists () const
 Returns true if currently pointed element exists.

Detailed Description

template<class T>
class ebl::svector< T >::const_iterator

Custom iterator for svector.


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