Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::io::basic_ios_fill_saver< Ch, Tr > Singleton Reference

#include <io_fwd.hpp>

Public Types

typedef ::std::basic_ios< Ch, Tr > state_type
 
typedef state_type::char_type aspect_type
 

Public Member Functions

 basic_ios_fill_saver (state_type &s)
 
 basic_ios_fill_saver (state_type &s, aspect_type const &a)
 
 ~basic_ios_fill_saver ()
 
void restore ()
 

Member Typedef Documentation

template<typename Ch, class Tr>
typedef state_type::char_type boost::io::basic_ios_fill_saver< Ch, Tr >::aspect_type
template<typename Ch, class Tr>
typedef ::std::basic_ios<Ch, Tr> boost::io::basic_ios_fill_saver< Ch, Tr >::state_type

Constructor & Destructor Documentation

template<typename Ch, class Tr>
boost::io::basic_ios_fill_saver< Ch, Tr >::basic_ios_fill_saver ( state_type s)
inlineexplicit
template<typename Ch, class Tr>
boost::io::basic_ios_fill_saver< Ch, Tr >::basic_ios_fill_saver ( state_type s,
aspect_type const &  a 
)
inline
template<typename Ch, class Tr>
boost::io::basic_ios_fill_saver< Ch, Tr >::~basic_ios_fill_saver ( )
inline

Member Function Documentation

template<typename Ch, class Tr>
void boost::io::basic_ios_fill_saver< Ch, Tr >::restore ( )
inline

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