#include <iostream>#include "PsPackable.h"Include dependency graph for PsFlowable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Compounds | |
| class | PsFlowable |
| base class for insertion and extraction to and from streams More... | |
insertion and extraction of flowables in streams | |
| istream & | operator>> (istream &, PsFlowable &) |
| uses extract | |
| ostream & | operator<< (ostream &, const PsFlowable &) |
| 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 |