Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tuple_io.hpp File Reference
#include <istream>
#include <ostream>
#include <sstream>
#include "boost/tuple/tuple.hpp"
#include <locale>
Include dependency graph for tuple_io.hpp:

Classes

class  boost::tuples::detail::format_info
 
class  boost::tuples::tuple_manipulator< CharType >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::tuples
 
 boost::tuples::detail
 

Functions

template<class CharType , class CharTrait >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::operator<< (std::basic_ostream< CharType, CharTrait > &o, const tuple_manipulator< CharType > &m)
 
template<class CharType , class CharTrait >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::operator>> (std::basic_istream< CharType, CharTrait > &i, const tuple_manipulator< CharType > &m)
 
template<class CharType >
tuple_manipulator< CharType > boost::tuples::set_open (const CharType c)
 
template<class CharType >
tuple_manipulator< CharType > boost::tuples::set_close (const CharType c)
 
template<class CharType >
tuple_manipulator< CharType > boost::tuples::set_delimiter (const CharType c)
 
template<class CharType , class CharTrait , class T1 >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::detail::print (std::basic_ostream< CharType, CharTrait > &o, const cons< T1, null_type > &t)
 
template<class CharType , class CharTrait >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::detail::print (std::basic_ostream< CharType, CharTrait > &o, const null_type &)
 
template<class CharType , class CharTrait , class T1 , class T2 >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::detail::print (std::basic_ostream< CharType, CharTrait > &o, const cons< T1, T2 > &t)
 
template<class CharT , class Traits , class T >
bool boost::tuples::detail::handle_width (std::basic_ostream< CharT, Traits > &o, const T &t)
 
template<class CharType , class CharTrait >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::operator<< (std::basic_ostream< CharType, CharTrait > &o, const null_type &t)
 
template<class CharType , class CharTrait , class T1 , class T2 >
std::basic_ostream< CharType,
CharTrait > & 
boost::tuples::operator<< (std::basic_ostream< CharType, CharTrait > &o, const cons< T1, T2 > &t)
 
template<class CharType , class CharTrait >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::detail::extract_and_check_delimiter (std::basic_istream< CharType, CharTrait > &is, format_info::manipulator_type del)
 
template<class CharType , class CharTrait , class T1 >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::detail::read (std::basic_istream< CharType, CharTrait > &is, cons< T1, null_type > &t1)
 
template<class CharType , class CharTrait , class T1 , class T2 >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::detail::read (std::basic_istream< CharType, CharTrait > &is, cons< T1, T2 > &t1)
 
template<class CharType , class CharTrait >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::operator>> (std::basic_istream< CharType, CharTrait > &is, null_type &)
 
template<class CharType , class CharTrait , class T1 , class T2 >
std::basic_istream< CharType,
CharTrait > & 
boost::tuples::operator>> (std::basic_istream< CharType, CharTrait > &is, cons< T1, T2 > &t1)