Classes | Namespaces | Typedefs
mootCIO.h File Reference

mootio abstraction layer for C FILE*s More...

Go to the source code of this file.

Classes

class  mootio::mcstream
 Wrapper class for C FILE* streams. More...
 
class  mootio::mfstream
 Wrapper class for named file i/o using C FILE*s. More...
 
class  mootio::mifstream
 Wrapper class for named file input using C FILE*s. More...
 
class  mootio::mofstream
 Wrapper class for named file output using C FILE*s. More...
 

Namespaces

 mootio
 Namespace for I/O stream wrappers.
 

Typedefs

typedef mcstream mootio::micstream
 Alias for FILE* input stream wrappers. More...
 
typedef mcstream mootio::mocstream
 Alias for FILE* output stream wrappers. More...
 

Detailed Description

these are ugly, but there appears to be no better (read "faster in the general case") way to get C FILE*s to jive with C++ streams, and I REALLY like printf() and friends...