#include <tcl/list.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
iterator (const list &owner, position start_pos=BEGIN) | |
iterator (Tcl_Obj *x, position start_pos=BEGIN) | |
const T & | operator* () const |
tcl::list::iterator
is an adapter that provides an STL-style iterator interface to Tcl list objects. tcl::list::iterator
is a model of input
iterator
.
Definition at line 254 of file list.h.