Functions | |
template<typename T , typename PrintMode > | |
boost::disable_if_c< T::is_container >::type | deref_and_print (std::ostream &stream, const T &arg, PrintMode) |
template<typename T , typename PrintMode > | |
boost::enable_if_c< T::is_container >::type | deref_and_print (std::ostream &stream, const T &arg, PrintMode) |
template<typename T , typename U , typename PrintMode > | |
void | deref_and_print (std::ostream &stream, const PairOfRange< T, U > &arg, PrintMode) |
template<typename T , typename PrintMode > | |
void | deref_and_print (std::ostream &stream, const VecOfRange< T > &arg, PrintMode) |
template<typename T > | |
VecOfRange< typename ArrayTraits< T >::range_type::subiter_type > | get_columns_range (const T &arg) |
template<typename T > | |
size_t | get_range_size (const T &arg) |
template<size_t Depth, typename T , typename PrintMode > | |
void | handle_colunwrap_tag (std::ostream &stream, const T &arg, ColUnwrapNo, PrintMode) |
template<size_t Depth, typename T , typename PrintMode > | |
void | handle_colunwrap_tag (std::ostream &stream, const T &arg, ColUnwrapYes, PrintMode) |
template<typename T , typename PrintMode > | |
void | handle_organization_tag (std::ostream &stream, const T &arg, Mode1D, PrintMode) |
template<typename T , typename PrintMode > | |
void | handle_organization_tag (std::ostream &stream, const T &arg, Mode2D, PrintMode) |
template<typename T , typename PrintMode > | |
void | handle_organization_tag (std::ostream &stream, const T &arg, Mode1DUnwrap, PrintMode) |
template<typename T , typename PrintMode > | |
void | handle_organization_tag (std::ostream &stream, const T &arg, Mode2DUnwrap, PrintMode) |
template<typename T , typename PrintMode > | |
void | handle_organization_tag (std::ostream &stream, const T &arg, ModeAuto, PrintMode) |
template<size_t Depth, typename T , typename PrintMode > | |
boost::enable_if_c<(Depth==1)&&!PrintMode::is_size >::type | print_block (std::ostream &stream, T &arg, PrintMode) |
template<size_t Depth, typename T , typename PrintMode > | |
boost::enable_if_c<(Depth >1)&&!PrintMode::is_size >::type | print_block (std::ostream &stream, T &arg, PrintMode) |
template<size_t Depth, typename T , typename PrintMode > | |
boost::enable_if_c<(Depth==1)&&PrintMode::is_size >::type | print_block (std::ostream &stream, T &arg, PrintMode) |
template<size_t Depth, typename T , typename PrintMode > | |
boost::enable_if_c<(Depth >1)&&PrintMode::is_size >::type | print_block (std::ostream &stream, T &arg, PrintMode) |
template<typename T > | |
void | send_scalar (std::ostream &stream, const T &arg, ModeText) |
template<typename T > | |
void | send_scalar (std::ostream &stream, const T &arg, ModeBinary) |
template<typename T > | |
void | send_scalar (std::ostream &stream, const T &, ModeBinfmt) |
template<typename T , typename OrganizationMode , typename PrintMode > | |
void | top_level_array_sender (std::ostream &stream, const T &arg, OrganizationMode, PrintMode) |
Variables | |
static bool | debug_array_print = 0 |
boost::disable_if_c<T::is_container>::type gnuplotio::deref_and_print | ( | std::ostream & | stream, |
const T & | arg, | ||
PrintMode | |||
) |
Definition at line 1315 of file gnuplot-iostream.h.
boost::enable_if_c<T::is_container>::type gnuplotio::deref_and_print | ( | std::ostream & | stream, |
const T & | arg, | ||
PrintMode | |||
) |
Definition at line 1325 of file gnuplot-iostream.h.
void gnuplotio::deref_and_print | ( | std::ostream & | stream, |
const PairOfRange< T, U > & | arg, | ||
PrintMode | |||
) |
Definition at line 1342 of file gnuplot-iostream.h.
void gnuplotio::deref_and_print | ( | std::ostream & | stream, |
const VecOfRange< T > & | arg, | ||
PrintMode | |||
) |
Definition at line 1350 of file gnuplot-iostream.h.
VecOfRange<typename ArrayTraits<T>::range_type::subiter_type> gnuplotio::get_columns_range | ( | const T & | arg | ) |
Definition at line 1148 of file gnuplot-iostream.h.
size_t gnuplotio::get_range_size | ( | const T & | arg | ) |
Definition at line 1416 of file gnuplot-iostream.h.
void gnuplotio::handle_colunwrap_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
ColUnwrapNo | , | ||
PrintMode | |||
) |
Definition at line 1451 of file gnuplot-iostream.h.
void gnuplotio::handle_colunwrap_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
ColUnwrapYes | , | ||
PrintMode | |||
) |
Definition at line 1458 of file gnuplot-iostream.h.
void gnuplotio::handle_organization_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
Mode1D | , | ||
PrintMode | |||
) |
Definition at line 1474 of file gnuplot-iostream.h.
void gnuplotio::handle_organization_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
Mode2D | , | ||
PrintMode | |||
) |
Definition at line 1479 of file gnuplot-iostream.h.
void gnuplotio::handle_organization_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
Mode1DUnwrap | , | ||
PrintMode | |||
) |
Definition at line 1484 of file gnuplot-iostream.h.
void gnuplotio::handle_organization_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
Mode2DUnwrap | , | ||
PrintMode | |||
) |
Definition at line 1489 of file gnuplot-iostream.h.
void gnuplotio::handle_organization_tag | ( | std::ostream & | stream, |
const T & | arg, | ||
ModeAuto | , | ||
PrintMode | |||
) |
Definition at line 1494 of file gnuplot-iostream.h.
boost::enable_if_c<(Depth==1) && !PrintMode::is_size>::type gnuplotio::print_block | ( | std::ostream & | stream, |
T & | arg, | ||
PrintMode | |||
) |
Definition at line 1379 of file gnuplot-iostream.h.
boost::enable_if_c<(Depth>1) && !PrintMode::is_size>::type gnuplotio::print_block | ( | std::ostream & | stream, |
T & | arg, | ||
PrintMode | |||
) |
Definition at line 1395 of file gnuplot-iostream.h.
boost::enable_if_c<(Depth==1) && PrintMode::is_size>::type gnuplotio::print_block | ( | std::ostream & | stream, |
T & | arg, | ||
PrintMode | |||
) |
Definition at line 1426 of file gnuplot-iostream.h.
boost::enable_if_c<(Depth>1) && PrintMode::is_size>::type gnuplotio::print_block | ( | std::ostream & | stream, |
T & | arg, | ||
PrintMode | |||
) |
Definition at line 1433 of file gnuplot-iostream.h.
void gnuplotio::send_scalar | ( | std::ostream & | stream, |
const T & | arg, | ||
ModeText | |||
) |
Definition at line 1290 of file gnuplot-iostream.h.
void gnuplotio::send_scalar | ( | std::ostream & | stream, |
const T & | arg, | ||
ModeBinary | |||
) |
Definition at line 1295 of file gnuplot-iostream.h.
void gnuplotio::send_scalar | ( | std::ostream & | stream, |
const T & | , | ||
ModeBinfmt | |||
) |
Definition at line 1300 of file gnuplot-iostream.h.
void gnuplotio::top_level_array_sender | ( | std::ostream & | stream, |
const T & | arg, | ||
OrganizationMode | , | ||
PrintMode | |||
) |
Definition at line 1507 of file gnuplot-iostream.h.
|
static |
Definition at line 1174 of file gnuplot-iostream.h.