Design Patterns
|
#include <iterator_ptr.h>
Public Member Functions | |
IteratorPtr (IteratorInterface< Item > *i) | |
~IteratorPtr () | |
IteratorInterface< Item > * | operator-> () |
IteratorInterface< Item > & | operator* () |
|
explicit |
operational::iterator::IteratorPtr< Item >::~IteratorPtr | ( | ) |
IteratorInterface< Item > & operational::iterator::IteratorPtr< Item >::operator* | ( | ) |
IteratorInterface< Item > * operational::iterator::IteratorPtr< Item >::operator-> | ( | ) |