SFF++ library: reading and writing SFF from C++
|
SFF output stream (prototypes) More...
Go to the source code of this file.
Classes | |
class | sff::helper::ostream_manager |
class | sff::SFFostream< C > |
Namespaces | |
sff | |
all SFF modules | |
sff::helper | |
Macros | |
#define | TF_SFFOSTREAM_H_VERSION "TF_SFFOSTREAM_H V1.4" |
Functions | |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const typename C::Tcoc &c) |
FIRST(!) operator to be called for each trace. More... | |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const WID2 &wid2) |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const INFO &info) |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const FREE &free) |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const SRCE &srce) |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const FileHeader &fh) |
template<class C > | |
SFFostream< C > & | sff::operator<< (SFFostream< C > &os, const TraceHeader &th) |
SFF output stream (prototypes)
SFF output stream (prototypes)
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
Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
Definition in file sffostream.h.