template<class C>
class sff::SFFostream< C >
SFF output stream
- Note
- You have to call the member function setseries() first upon writing a new trace. This will check for a pending trace to be flushed to disc. If there is one, it will be written to file together with all stored header information first. Then the passed series will be copied to a local member data. Notice, that this will be a shallow copy, when using aff::Series objects. The data may still be modified through another handle from the outside, before it is written to the file. After setting the series itself, header information should be passed through the inherited member functions provided by ostream_manager.
- Deprecated:
- The use of class SFFostream is deprecated. It should be replaced by the corresponding output class in libdatrwxx. SFFostream will no longer be maintained. Thomas Forbriger, 22.3.2013.
Definition at line 111 of file sffostream.h.