#include <SmartPList.hpp>
Public Member Functions | |
Iterator (T *p=nullptr) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
T & | operator* () const |
Private Attributes | |
T * | ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References dmdyn::SmartPList< T >::Iterator::ptr.
|
private |