OMKFlowable.h File Reference

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

Include dependency graph for OMKFlowable.h:

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

Go to the source code of this file.

Namespaces

namespace  OMK

Classes

class  OMK::Flowable
 base class for insertion and extraction to and from streams More...

Functions

insertion and extraction of flowables in streams
std::istream & operator>> (std::istream &in, OMK::Flowable &c)
 uses extract
std::ostream & operator<< (std::ostream &out, const OMK::Flowable &c)
 uses insertInStream


Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const OMK::Flowable c 
) [inline]

uses insertInStream

Definition at line 64 of file OMKFlowable.h.

References OMK::Flowable::insertInStream().

00065 {
00066   c.insertInStream (out) ;
00067   return out;
00068 }

std::istream& operator>> ( std::istream &  in,
OMK::Flowable c 
) [inline]

uses extract

Definition at line 57 of file OMKFlowable.h.

References OMK::Flowable::extract().

00058 {
00059   c.extract (in) ;
00060   return in ;
00061 } 


logo OpenMask

Documentation generated on Mon Jun 9 11:45:58 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007