StdAir Logo  0.44.0
C++ Standard Airline IT Object Library
stdair::FlagSaver Struct Reference

List of all members.

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 46 of file BomJSONExport.cpp.


Constructor & Destructor Documentation

stdair::FlagSaver::FlagSaver ( std::ostream &  oStream) [inline]

Constructor.

Definition at line 49 of file BomJSONExport.cpp.

stdair::FlagSaver::~FlagSaver ( ) [inline]

Destructor.

Definition at line 54 of file BomJSONExport.cpp.


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