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