svFSIplus
Public Types | Public Member Functions | List of all members
Vector< T >::Iterator Class Reference

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)
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
Iteratoroperator++ (int)
 
Iteratoroperator-- (int)
 
T & operator* ()
 
bool operator== (const Iterator &iter)
 
bool operator!= (const Iterator &iter)
 

Detailed Description

template<typename T>
class Vector< T >::Iterator

This class provides an interface to access Vector like STL containers.


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