50 r_IterType( T* newLastElem, T* newElems );
52 r_IterType( T* newLastElem, T* newElems, T* newCurrPos );
54 r_IterType(
const r_IterType<T>& iter );
58 r_IterType<T>& operator=(
const r_IterType<T>& iter );
60 bool operator==(
const r_IterType<T>& otherIter );
62 bool operator!=(
const r_IterType<T>& otherIter );
64 r_IterType<T>& operator++();
66 r_IterType<T> operator++(
int );
79 #include "itertype.cpp"
81 #include "itertype.cc"
bool operator==(const OId::OIdPrimitive one, const OId &two)