Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Public Member Functions | Protected Attributes
ggl::GS_stream Class Reference

Graph storage within output stream. More...

#include <GS_stream.hh>

Inheritance diagram for ggl::GS_stream:
Inheritance graph
[legend]

Public Member Functions

virtual void add (const Graph &graph)
 
 GS_stream (std::ostream &out)
 
virtual ~GS_stream ()
 

Protected Attributes

std::ostream & out
 

Detailed Description

     A ggl::Graph_Storage implementation that writes each added graph in string
     representation to a given stream.
Author
Martin Mann (c) 2008 http://www.bioinf.uni-freiburg.de/~mmann/

Definition at line 21 of file GS_stream.hh.

Constructor & Destructor Documentation

ggl::GS_stream::GS_stream ( std::ostream &  out)

Construction

Parameters
outthe stream to write the graphs in text-form to
virtual ggl::GS_stream::~GS_stream ( )
virtual

Member Function Documentation

virtual void ggl::GS_stream::add ( const Graph graph)
virtual

Writes a given graph to stream.

Parameters
graphthe Graph object to write.

Implements ggl::Graph_Storage.

Field Documentation

std::ostream& ggl::GS_stream::out
protected

Definition at line 26 of file GS_stream.hh.


The documentation for this class was generated from the following file: