Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsFlowable.cxx File Reference

#include <PsFlowable.h>
#include "PsIncomingSynchronisationMessage.h"
#include "PsOutgoingSynchronisationMessage.h"
#include <typeinfo>

Include dependency graph for PsFlowable.cxx:

Include dependency graph

Go to the source code of this file.

Functions

istream & operator>> (istream &in, PsFlowable &c)
 uses extract

ostream & operator<< (ostream &out, const PsFlowable &c)
 uses insertInStream


Function Documentation

ostream& operator<< ostream &    out,
const PsFlowable   c
 

uses insertInStream

Definition at line 31 of file PsFlowable.cxx.

References PsFlowable::insertInStream().

00031                                                             {
00032    c.insertInStream (out) ;
00033    return out ;
00034 }

istream& operator>> istream &    in,
PsFlowable   c
 

uses extract

Definition at line 24 of file PsFlowable.cxx.

References PsFlowable::extract().

00024                                                      {
00025    c.extract (in) ;
00026    return in ;
00027 }


logo OpenMask

Documentation generated on Mon Nov 25 15:25:09 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001