|
template<typename T , typename PrintMode > |
boost::disable_if_c< T::is_container >::type | gnuplotio::deref_and_print (std::ostream &stream, const T &arg, PrintMode) |
|
template<typename T , typename PrintMode > |
boost::enable_if_c< T::is_container >::type | gnuplotio::deref_and_print (std::ostream &stream, const T &arg, PrintMode) |
|
template<typename T , typename U , typename PrintMode > |
void | gnuplotio::deref_and_print (std::ostream &stream, const PairOfRange< T, U > &arg, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::deref_and_print (std::ostream &stream, const VecOfRange< T > &arg, PrintMode) |
|
template<typename T > |
VecOfRange< typename ArrayTraits< T >::range_type::subiter_type > | gnuplotio::get_columns_range (const T &arg) |
|
template<typename T > |
size_t | gnuplotio::get_range_size (const T &arg) |
|
template<size_t Depth, typename T , typename PrintMode > |
void | gnuplotio::handle_colunwrap_tag (std::ostream &stream, const T &arg, ColUnwrapNo, PrintMode) |
|
template<size_t Depth, typename T , typename PrintMode > |
void | gnuplotio::handle_colunwrap_tag (std::ostream &stream, const T &arg, ColUnwrapYes, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::handle_organization_tag (std::ostream &stream, const T &arg, Mode1D, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::handle_organization_tag (std::ostream &stream, const T &arg, Mode2D, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::handle_organization_tag (std::ostream &stream, const T &arg, Mode1DUnwrap, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::handle_organization_tag (std::ostream &stream, const T &arg, Mode2DUnwrap, PrintMode) |
|
template<typename T , typename PrintMode > |
void | gnuplotio::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 | gnuplotio::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 | gnuplotio::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 | gnuplotio::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 | gnuplotio::print_block (std::ostream &stream, T &arg, PrintMode) |
|
template<typename T > |
void | gnuplotio::send_scalar (std::ostream &stream, const T &arg, ModeText) |
|
template<typename T > |
void | gnuplotio::send_scalar (std::ostream &stream, const T &arg, ModeBinary) |
|
template<typename T > |
void | gnuplotio::send_scalar (std::ostream &stream, const T &, ModeBinfmt) |
|
template<typename T , typename OrganizationMode , typename PrintMode > |
void | gnuplotio::top_level_array_sender (std::ostream &stream, const T &arg, OrganizationMode, PrintMode) |
|