iof::fmtr Class Reference

#include <fmtr.hpp>

Collaboration diagram for iof::fmtr:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stream input/output formater (the most important class of iof).

This similar in behavior to a manipulator, that outputs to the stream the remainder of the arguments according to its format string:

std::cout << iof::fmtr("hi %s, it is %s\n") << name << time;


Public Member Functions

 fmtr (const std::string &fmt)
const std::string & fmt () const


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