XMLBEANSXX
0.9.8
|
#include <shared_array.h>
Public Member Functions | |
iterator (int p, shared_array< T > a) | |
T | operator* () |
iterator & | operator++ () |
iterator & | operator-- () |
bool | operator== (const iterator &it2) |
bool | operator!= (const iterator &it2) |
Private Attributes | |
int | p |
shared_array< T > | a |
xmlbeansxx::shared_array< T >::iterator::iterator | ( | int | p, |
shared_array< T > | a | ||
) | [inline] |
bool xmlbeansxx::shared_array< T >::iterator::operator!= | ( | const iterator & | it2 | ) | [inline] |
T xmlbeansxx::shared_array< T >::iterator::operator* | ( | ) | [inline] |
iterator& xmlbeansxx::shared_array< T >::iterator::operator++ | ( | ) | [inline] |
iterator& xmlbeansxx::shared_array< T >::iterator::operator-- | ( | ) | [inline] |
bool xmlbeansxx::shared_array< T >::iterator::operator== | ( | const iterator & | it2 | ) | [inline] |
shared_array<T> xmlbeansxx::shared_array< T >::iterator::a [private] |
int xmlbeansxx::shared_array< T >::iterator::p [private] |