IteratorWrapper< T * > Struct Template Reference

A wrapper around a pointer, which is an iterator to a normal C++ array. More...

#include <foreach.h>

List of all members.

Public Member Functions

 IteratorWrapper (T const *t)
T const & operator* () const
T & operator* ()

Public Attributes

T * iterator_

Detailed Description

template<class T>
struct cxxtls::foreach_helpers::IteratorWrapper< T * >

A wrapper around a pointer, which is an iterator to a normal C++ array.

Definition at line 162 of file foreach.h.


Constructor & Destructor Documentation

IteratorWrapper ( T const *  t  ) 

Definition at line 170 of file foreach.h.


Member Function Documentation

T const& operator* (  )  const

Definition at line 177 of file foreach.h.

T& operator* (  ) 

Definition at line 175 of file foreach.h.


Member Data Documentation

Definition at line 168 of file foreach.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:58:54 2012 for CXXUtilities by  doxygen 1.6.3