Iterator for Pointer Container.
More...
#include <template.h>
List of all members.
Public Member Functions |
|
| TPtrArrayIterator (T1 &array) |
|
| operator bool () const |
|
T | operator++ (int) |
|
const T * | operator++ () |
|
const T | operator* () const |
|
T | operator* () |
|
const T | Current () const |
|
T | Current () |
|
void | Restart () |
Protected Attributes |
|
T1 & | Vect |
|
int | Cur |
Detailed Description
template<class T, class T1>
class owl::TPtrArrayIterator< T, T1 >
Iterator for Pointer Container.
The documentation for this class was generated from the following file:
- D:/Work/OWLNext/Subversion/branches/632/include/owl/template.h