OpenDDS::DCPS::RestoreOutputStreamState Struct Reference

#include <RestoreOutputStreamState.h>

Collaboration diagram for OpenDDS::DCPS::RestoreOutputStreamState:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RestoreOutputStreamState (std::ostream &o)
 ~RestoreOutputStreamState ()

Public Attributes

std::ostream & os_
std::ios_base::fmtflags state_

Detailed Description

Definition at line 19 of file RestoreOutputStreamState.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RestoreOutputStreamState::RestoreOutputStreamState ( std::ostream &  o  )  [inline, explicit]

Definition at line 20 of file RestoreOutputStreamState.h.

00021     : os_(o), state_(o.flags()) {}

OpenDDS::DCPS::RestoreOutputStreamState::~RestoreOutputStreamState (  )  [inline]

Definition at line 22 of file RestoreOutputStreamState.h.

References os_, and state_.

00022                               {
00023     os_.flags(state_);
00024   }


Member Data Documentation

Definition at line 25 of file RestoreOutputStreamState.h.

Referenced by ~RestoreOutputStreamState().

Definition at line 26 of file RestoreOutputStreamState.h.

Referenced by ~RestoreOutputStreamState().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1