Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::tuples::detail::format_info Class Reference

#include <tuple_io.hpp>

Public Types

enum  manipulator_type {
  open,
  close,
  delimiter
}
 

Public Member Functions

 BOOST_STATIC_CONSTANT (int, number_of_manipulators=delimiter+1)
 

Static Public Member Functions

template<class CharType , class CharTrait >
static CharType get_manipulator (std::basic_ios< CharType, CharTrait > &i, manipulator_type m)
 
template<class CharType , class CharTrait >
static void set_manipulator (std::basic_ios< CharType, CharTrait > &i, manipulator_type m, CharType c)
 

Member Enumeration Documentation

Enumerator
open 
close 
delimiter 

Member Function Documentation

boost::tuples::detail::format_info::BOOST_STATIC_CONSTANT ( int  ,
number_of_manipulators  = delimiter+1 
)
template<class CharType , class CharTrait >
static CharType boost::tuples::detail::format_info::get_manipulator ( std::basic_ios< CharType, CharTrait > &  i,
manipulator_type  m 
)
inlinestatic
template<class CharType , class CharTrait >
static void boost::tuples::detail::format_info::set_manipulator ( std::basic_ios< CharType, CharTrait > &  i,
manipulator_type  m,
CharType  c 
)
inlinestatic

The documentation for this class was generated from the following file: