AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRTSP::FlagSaver Struct Reference

Public Member Functions

 FlagSaver (std::ostream &oStream)
 
 ~FlagSaver ()
 

Detailed Description

Helper singleton structure to store the current formatting flags of any given output stream. The flags are re-set at the structure destruction.

Definition at line 22 of file BomDisplay.cpp.

Constructor & Destructor Documentation

AIRTSP::FlagSaver::FlagSaver ( std::ostream &  oStream)
inline

Constructor.

Definition at line 25 of file BomDisplay.cpp.

AIRTSP::FlagSaver::~FlagSaver ( )
inline

Destructor.

Definition at line 30 of file BomDisplay.cpp.


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