SFF++ library: reading and writing SFF from C++
|
dump SFF headers in human readable from (implementation) More...
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) |
dump SFF headers in human readable from (implementation)
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
REVISIONS and CHANGES
Definition in file sffverbose.cc.