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) |