|
CXXR (C++ R)
|
iterator for iterating over a HeterogeneousList. More...
#include <ConsCell.h>
Public Member Functions | |
| iterator (ConsCell *cc=0) | |
| Constructor. | |
| ConsCell & | operator* () const |
| ConsCell * | operator-> () const |
| ConsCell & | operator++ () |
| ConsCell & | operator++ (int) |
iterator for iterating over a HeterogeneousList.
|
inlineexplicit |
Constructor.
| cc | Pointer, possibly null, to the ConsCell to be designated by the iterator. |
1.8.1