SavvyUI C++ UI Library
Loading...
Searching...
No Matches
Vector< T >::iterator Class Reference

#include <Collections.h>

Public Member Functions

 iterator (T *p)
iteratoroperator++ ()
iteratoroperator-- ()
T & operator* ()
bool operator== (const iterator &b) const
bool operator!= (const iterator &b) const

Constructor & Destructor Documentation

◆ iterator()

template<class T>
Vector< T >::iterator::iterator ( T * p)
inline

Member Function Documentation

◆ operator!=()

template<class T>
bool Vector< T >::iterator::operator!= ( const iterator & b) const
inline

◆ operator*()

template<class T>
T & Vector< T >::iterator::operator* ( )
inline

◆ operator++()

template<class T>
iterator & Vector< T >::iterator::operator++ ( )
inline

◆ operator--()

template<class T>
iterator & Vector< T >::iterator::operator-- ( )
inline

◆ operator==()

template<class T>
bool Vector< T >::iterator::operator== ( const iterator & b) const
inline

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