basix_doc 0.1
|
#include <list.hpp>
list_iterator_rep | ( | const list< C > & | l2 | ) | [inline] |
void advance | ( | ) | [inline, protected] |
iterator_rep<C>* clone | ( | ) | [inline, protected] |
Definition at line 197 of file list.hpp.
{ return new list_iterator_rep (l); }
C current | ( | ) | [inline, protected] |
bool is_busy | ( | ) | [inline, protected] |