#include <PsFlowable.h>#include "PsIncomingSynchronisationMessage.h"#include "PsOutgoingSynchronisationMessage.h"#include <typeinfo>Include dependency graph for PsFlowable.cxx:

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 | |
|
||||||||||||
|
uses insertInStream
Definition at line 31 of file PsFlowable.cxx. References PsFlowable::insertInStream().
00031 {
00032 c.insertInStream (out) ;
00033 return out ;
00034 }
|
|
||||||||||||
|
uses extract
Definition at line 24 of file PsFlowable.cxx. References PsFlowable::extract().
00024 {
00025 c.extract (in) ;
00026 return in ;
00027 }
|
| Documentation generated on Mon Nov 25 15:25:09 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |