#include <gnuplot-iostream.h>
Public Types | |
typedef PairOfRange< typename RT::subiter_type, typename RU::subiter_type > | subiter_type |
typedef std::pair< typename RT::value_type, typename RU::value_type > | value_type |
Public Member Functions | |
value_type | deref () const |
subiter_type | deref_subiter () const |
void | inc () |
bool | is_end () const |
PairOfRange () | |
PairOfRange (const RT &_l, const RU &_r) | |
Static Public Attributes | |
static const bool | is_container = RT::is_container && RU::is_container |
Private Attributes | |
RT | l |
RU | r |
Friends | |
template<typename T , typename U , typename PrintMode > | |
void | deref_and_print (std::ostream &, const PairOfRange< T, U > &, PrintMode) |
Definition at line 925 of file gnuplot-iostream.h.
typedef PairOfRange<typename RT::subiter_type, typename RU::subiter_type> gnuplotio::PairOfRange< RT, RU >::subiter_type |
Definition at line 936 of file gnuplot-iostream.h.
typedef std::pair<typename RT::value_type, typename RU::value_type> gnuplotio::PairOfRange< RT, RU >::value_type |
Definition at line 935 of file gnuplot-iostream.h.
|
inline |
Definition at line 930 of file gnuplot-iostream.h.
|
inline |
Definition at line 931 of file gnuplot-iostream.h.
|
inline |
Definition at line 952 of file gnuplot-iostream.h.
|
inline |
Definition at line 956 of file gnuplot-iostream.h.
|
inline |
Definition at line 947 of file gnuplot-iostream.h.
|
inline |
Definition at line 938 of file gnuplot-iostream.h.
|
friend |
Definition at line 1342 of file gnuplot-iostream.h.
|
static |
Definition at line 933 of file gnuplot-iostream.h.
|
private |
Definition at line 961 of file gnuplot-iostream.h.
|
private |
Definition at line 962 of file gnuplot-iostream.h.