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

PsFlowable.h File Reference

#include <iostream>
#include "PsPackable.h"

Include dependency graph for PsFlowable.h:

Include dependency graph

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

Included by dependency graph

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


Function Documentation

ostream& operator<< ostream &   ,
const PsFlowable  
 

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 &   ,
PsFlowable  
 

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