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

#include <ios_state.hpp>

Public Types

typedef ::std::ios_base state_type
 
typedef ::std::ios_base::fmtflags aspect_type
 

Public Member Functions

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

Member Typedef Documentation

typedef ::std::ios_base::fmtflags boost::io::ios_flags_saver::aspect_type
typedef ::std::ios_base boost::io::ios_flags_saver::state_type

Constructor & Destructor Documentation

boost::io::ios_flags_saver::ios_flags_saver ( state_type s)
inlineexplicit
boost::io::ios_flags_saver::ios_flags_saver ( state_type s,
aspect_type const &  a 
)
inline
boost::io::ios_flags_saver::~ios_flags_saver ( )
inline

References restore().

Member Function Documentation

void boost::io::ios_flags_saver::restore ( )
inline

Referenced by ~ios_flags_saver().


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