|
CPN
Computational Process Networks
|
Inheritance diagram for IteratorRef< T >::ItrRef:Public Member Functions | |
| virtual | ~ItrRef () |
| virtual void | Increment ()=0 |
| virtual void | Decrement ()=0 |
| virtual T & | Dereference ()=0 |
| virtual ItrRef * | Clone () const =0 |
| virtual bool | Equals (const ItrRef *rhs) const =0 |
Definition at line 49 of file IteratorRef.h.
|
inlinevirtual |
Definition at line 51 of file IteratorRef.h.
|
pure virtual |
Implemented in IteratorRef< T >::ItrRefImpl< iterator_type >.
|
pure virtual |
Implemented in IteratorRef< T >::ItrRefImpl< iterator_type >.
|
pure virtual |
Implemented in IteratorRef< T >::ItrRefImpl< iterator_type >.
|
pure virtual |
Implemented in IteratorRef< T >::ItrRefImpl< iterator_type >.
|
pure virtual |
Implemented in IteratorRef< T >::ItrRefImpl< iterator_type >.
1.8.5