fmtr.hpp File Reference


Detailed Description

Provides the fmtr class, which allows a more STL-like syntax for the formatting of input and output.

Formatter can be considered a manipulator, or an overtaker, depending on the operator syntax you favor.

    **  Copyright (c) 2006, Oliver Schoenborn
    **  Distributed under the BSD Software License (see accompanying 
    **  LICENSE_IOF_1_0.txt in root folder of library for complete 
    **  terms and conditions). 
    

#include "iof/fmtr_out.hpp"
#include "iof/fmtr_in.hpp"

Include dependency graph for fmtr.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  iof

Classes

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

Functions

iof_private::fmtr_out iof::operator<< (std::ostream &out, const fmtr &fmtr)
iof_private::fmtr_in iof::operator>> (std::istream &in, const fmtr &fmtr)


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