#include <ioflags.hpp>
Public Member Functions | |
| ioflags (std::basic_ios< char > &stream) | |
| ~ioflags () | |
| Restore the formatting flags. | |
ioflags. Set whatever flags you want. When the block exits or function returns, the original flags are restored.
Definition at line 15 of file ioflags.hpp.
| ioflags::ioflags | ( | std::basic_ios< char > & | stream | ) | [inline] |
Save the formatting flags from stream.
| stream | The stream that will have its flags modified and restored. |
Definition at line 20 of file ioflags.hpp.
1.5.3