#include <gnuplot-iostream.h>
Public Types | |
typedef ArrayTraits< TV >::range_type | subiter_type |
typedef boost::mpl::if_c< is_container, Error_InappropriateDeref, TV >::type | value_type |
Public Member Functions | |
value_type | deref () const |
subiter_type | deref_subiter () const |
void | inc () |
bool | is_end () const |
IteratorRange () | |
IteratorRange (const TI &_it, const TI &_end) | |
Static Public Attributes | |
static const bool | is_container = ArrayTraits<TV>::is_container |
Private Attributes | |
TI | end |
TI | it |
Definition at line 858 of file gnuplot-iostream.h.
typedef ArrayTraits<TV>::range_type gnuplotio::IteratorRange< TI, TV >::subiter_type |
Definition at line 866 of file gnuplot-iostream.h.
typedef boost::mpl::if_c<is_container, Error_InappropriateDeref, TV>::type gnuplotio::IteratorRange< TI, TV >::value_type |
Definition at line 865 of file gnuplot-iostream.h.
|
inline |
Definition at line 860 of file gnuplot-iostream.h.
|
inline |
Definition at line 861 of file gnuplot-iostream.h.
|
inline |
Definition at line 872 of file gnuplot-iostream.h.
|
inline |
Definition at line 881 of file gnuplot-iostream.h.
|
inline |
Definition at line 870 of file gnuplot-iostream.h.
|
inline |
Definition at line 868 of file gnuplot-iostream.h.
|
private |
Definition at line 891 of file gnuplot-iostream.h.
|
static |
Definition at line 863 of file gnuplot-iostream.h.
|
private |
Definition at line 891 of file gnuplot-iostream.h.