Classes | Namespaces | Typedefs
mootIO.h File Reference

generic I/O abstraction layer More...

Go to the source code of this file.

Classes

class  mootio::mstream
 Abstract base class for I/O stream wrappers. More...
 
class  mootio::mistream
 Abstract base class for input stream wrappers. More...
 
class  mootio::mostream
 Abstract base class for output stream wrappers. More...
 

Namespaces

 mootio
 Namespace for I/O stream wrappers.
 

Typedefs

typedef int mootio::ByteCount
 typedef for byte counts (should be signed, for compatibility) More...
 
typedef moot::OffsetT mootio::ByteOffset
 typedef for (byte) offsets (may be unsigned) More...