www.cemf.ir
iIstream.hpp File Reference
+ Include dependency graph for iIstream.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  iIstream
 Interface class for any input stream
More...
 

Namespaces

 pFlow
 

Typedefs

typedef iIstream &(* iIstreamManip) (iIstream &)
 

Functions

iIstream & operator>> (iIstream &is, iIstreamManip f)
 operator>> handling for manipulators without arguments More...
 
iIstream & operator>> (iIstream &is, IOstreamManip f)
 operator>> handling for manipulators without arguments More...
 
iIstream & operator>> (iIstream &is, word &w)
 
iIstream & operator>> (iIstream &is, int64 &val)
 
iIstream & operator>> (iIstream &is, int32 &val)
 
iIstream & operator>> (iIstream &is, int8 &val)
 
iIstream & operator>> (iIstream &is, uint64 &val)
 
iIstream & operator>> (iIstream &is, uint32 &val)
 
iIstream & operator>> (iIstream &is, uint8 &val)
 
iIstream & operator>> (iIstream &is, float &val)
 
iIstream & operator>> (iIstream &is, double &val)
 
iIstream & operator>> (iIstream &is, size_t &val)