SFF++ library: reading and writing SFF from C++
sffverbose.cc File Reference

dump SFF headers in human readable from (implementation) More...

#include <iomanip>
#include <sffxx.h>
Include dependency graph for sffverbose.cc:

Go to the source code of this file.

Classes

struct  sff::helper::MyFormat
 

Namespaces

 sff
 all SFF modules
 
 sff::helper
 

Macros

#define TF_SFFVERBOSE_CC_VERSION   "TF_SFFVERBOSE_CC V1.0 "
 

Functions

std::ostream & sff::helper::operator<< (std::ostream &os, const MyFormat &format)
 
void sff::helper::yesno (std::ostream &os, const bool &f)
 
void sff::verbose (std::ostream &os, const WID2 &wid2)
 
void sff::verbose (std::ostream &os, const SRCE &srce)
 
void sff::verbose (std::ostream &os, const DAST &dast)
 
void sff::verbose (std::ostream &os, const INFO &info)
 
void sff::verbose (std::ostream &os, const FREE &free)
 
void sff::verbose (std::ostream &os, const STAT &stat)
 
void sff::verbose (std::ostream &os, const FileHeader &fh)
 
void sff::verbose (std::ostream &os, const TraceHeader &th)
 

Detailed Description

dump SFF headers in human readable from (implementation)


Author
Thomas Forbriger
Date
26/06/2007

dump SFF headers in human readable from (implementation)

Copyright (c) 2007 by Thomas Forbriger (BFO Schiltach)


libsffxx is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 26/06/2007 V1.0 Thomas Forbriger

Definition in file sffverbose.cc.