iof::stringizer Class Reference

#include <stringizer.hpp>

Collaboration diagram for iof::stringizer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Creates a string from a format string and objects.

E.g.:

std::string name = iof::stringizer("%s, %s") & first & last;

This does the same as the tostr() function, but using same syntax as iof::fmtr.


Public Member Functions

 stringizer (const std::string &fmt)
 stringizer (const stringizer &rhs)
bool operator== (const stringizer &rhs) const
bool operator!= (const stringizer &rhs) const
template<typename TT>
stringizeroperator<< (const TT &obj)
template<typename TT>
stringizeroperator & (const TT &obj)
 operator std::string ()
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