Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IOBase.h

Go to the documentation of this file.
00001 #ifndef IOBase_h
00002 #define IOBase_h
00003 
00005 
00006 //############################
00007 class IOBase
00008 //############################
00009 {
00010 public:
00011 
00012         enum MODE {READ,WRITE};
00013 };
00014 #endif

Generated at Fri Aug 18 12:57:38 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000