iof::fmt_spec Class Reference

#include <fmt_spec.hpp>

Collaboration diagram for iof::fmt_spec:

Collaboration graph
[legend]
List of all members.

Detailed Description

Represent a pure "format specification", ie the format specification characters that can appear between a '%' and 's' in a format string.

Warning: the string is assumed to start the format specification. I.e. if first char of format spec is '' it will be set the fill char to ''.


Public Member Functions

 fmt_spec (const std::string &fmt)
void operator= (const std::string &fmt)
bool operator== (const std::string &fmt) const
bool operator== (const fmt_spec &rhs) const
bool operator!= (const fmt_spec &rhs) const
const std::string & str () const
template<typename TT>
iof_private::formatted< TT > operator() (const TT &obj) const
 Create a temporary "formatted" object.


The documentation for this class 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