svMultiPhysics
|
This class provides an interface to access Vector like STL containers. More...
#include <Vector.h>
Public Types | |
typedef T | value_type |
typedef T & | reference |
typedef T * | pointer |
typedef int | difference_type |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
Iterator (T *ptr) | |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator & | operator++ (int) |
Iterator & | operator-- (int) |
T & | operator* () |
bool | operator== (const Iterator &iter) |
bool | operator!= (const Iterator &iter) |
This class provides an interface to access Vector like STL containers.