#include <gnuplot-iostream.h>
Public Types | |
typedef VecOfRange< typename RT::subiter_type > | subiter_type |
typedef std::vector< typename RT::value_type > | value_type |
Public Member Functions | |
value_type | deref () const |
subiter_type | deref_subiter () const |
void | inc () |
bool | is_end () const |
VecOfRange () | |
VecOfRange (const std::vector< RT > &_rvec) | |
Static Public Attributes | |
static const bool | allow_auto_unwrap = false |
static const bool | is_container = RT::is_container |
Private Attributes | |
std::vector< RT > | rvec |
Friends | |
template<typename T , typename PrintMode > | |
void | deref_and_print (std::ostream &, const VecOfRange< T > &, PrintMode) |
Definition at line 1094 of file gnuplot-iostream.h.
typedef VecOfRange<typename RT::subiter_type> gnuplotio::VecOfRange< RT >::subiter_type |
Definition at line 1107 of file gnuplot-iostream.h.
typedef std::vector<typename RT::value_type> gnuplotio::VecOfRange< RT >::value_type |
Definition at line 1106 of file gnuplot-iostream.h.
|
inline |
Definition at line 1099 of file gnuplot-iostream.h.
|
inlineexplicit |
Definition at line 1100 of file gnuplot-iostream.h.
|
inline |
Definition at line 1126 of file gnuplot-iostream.h.
|
inline |
Definition at line 1134 of file gnuplot-iostream.h.
|
inline |
Definition at line 1120 of file gnuplot-iostream.h.
|
inline |
Definition at line 1109 of file gnuplot-iostream.h.
|
friend |
Definition at line 1350 of file gnuplot-iostream.h.
|
static |
Definition at line 1104 of file gnuplot-iostream.h.
|
static |
Definition at line 1102 of file gnuplot-iostream.h.
|
private |
Definition at line 1143 of file gnuplot-iostream.h.