SFF++ library: reading and writing SFF from C++
sff::FREE Struct Reference

#include <sffxx.h>

Public Types

typedef std::list< std::string > Tlines
 

Public Member Functions

 FREE ()
 
 FREE (std::istream &is)
 
void write (std::ostream &os) const
 
void read (std::istream &is, const bool &debug=false)
 
void append (const std::string &line)
 
void append (const Tlines &newlines)
 
void append (const FREE &free)
 

Public Attributes

Tlines lines
 

Static Public Attributes

static const char *const LINEID ="FREE"
 

Detailed Description

A FREE block contains comments with no specific format.

definition of FREE block:

c     This is a block of any set of 80 characters wide lines.
c     The start of this block is indicated a single line
c     containing FREE in the first 5 positions. Another line
c     of this content indicates the end of the FREE block.
c     A FREE block may contain any usefull information for
c     the user and has to follow no other standard than
c     a line length of 80 characters.
 \sa \ref subsec_definition_free_block

Definition at line 153 of file sffxx.h.


The documentation for this struct was generated from the following files: