libcommonc++  0.7
Stream.h++ File Reference
Include dependency graph for Stream.h++:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Stream
 An unbuffered I/O stream. More...
 

Namespaces

 ccxx
 

Enumerations

enum  IOMode { IORead, IOWrite, IOReadWrite }
 Stream I/O modes. More...
 
enum  SeekMode { SeekAbsolute, SeekRelative, SeekEnd }
 Stream seek modes. More...