iof::stream_fmt Struct Reference

#include <stream_fmt.hpp>

List of all members.


Detailed Description

Represent the format of an (input or output) stream.

This aggregates the std::ios::fmtflags with width, precision and fill character.


Public Member Functions

 stream_fmt (const std::ios &strm)
 stream_fmt (const stream_fmt &fmt)
void applyTo (std::ios &strm) const
 Apply this format to stream.
bool operator== (const stream_fmt &rhs) const
bool operator!= (const stream_fmt &rhs) const

Public Attributes

const int width
const int precision
const char fillChar
const std::ios::fmtflags flags


The documentation for this struct was generated from the following file:
Generated on Fri Nov 24 16:16:01 2006 for IOF Library by doxygen 1.5.1-p1
Thanks to SourceForge.net Logo for hosting