00001 //## begin module%37BB866A02BB.cm preserve=no 00002 // %X% %Q% %Z% %W% 00003 //## end module%37BB866A02BB.cm 00004 00005 //## begin module%37BB866A02BB.cp preserve=no 00006 //## end module%37BB866A02BB.cp 00007 00008 //## Module: ifstream%37BB866A02BB; Pseudo Package specification 00009 //## Source file: E:\mpk\code\additional\streams\ifstream.h 00010 00011 #ifndef ifstream_h 00012 #define ifstream_h 1 00013 00014 //## begin module%37BB866A02BB.additionalIncludes preserve=no 00015 //## end module%37BB866A02BB.additionalIncludes 00016 00017 //## begin module%37BB866A02BB.includes preserve=yes 00018 #include <fstream> 00019 //## end module%37BB866A02BB.includes 00020 00021 //## begin module%37BB866A02BB.additionalDeclarations preserve=yes 00022 //## end module%37BB866A02BB.additionalDeclarations 00023 00024 00025 //## begin ifstream%37BB866A02BB.preface preserve=yes 00026 /* 00027 //## end ifstream%37BB866A02BB.preface 00028 00029 //## Class: ifstream%37BB866A02BB 00030 //## Category: additional::streams%37B8C4D301C9 00031 //## Persistence: Transient 00032 //## Cardinality/Multiplicity: n 00033 00034 class ifstream 00035 { 00036 //## begin ifstream%37BB866A02BB.initialDeclarations preserve=yes 00037 //## end ifstream%37BB866A02BB.initialDeclarations 00038 00039 public: 00040 //## Destructor (generated) 00041 virtual ~ifstream(); 00042 00043 // Additional Public Declarations 00044 //## begin ifstream%37BB866A02BB.public preserve=yes 00045 //## end ifstream%37BB866A02BB.public 00046 00047 protected: 00048 // Additional Protected Declarations 00049 //## begin ifstream%37BB866A02BB.protected preserve=yes 00050 //## end ifstream%37BB866A02BB.protected 00051 00052 private: 00053 // Additional Private Declarations 00054 //## begin ifstream%37BB866A02BB.private preserve=yes 00055 //## end ifstream%37BB866A02BB.private 00056 00057 private: //## implementation 00058 // Additional Implementation Declarations 00059 //## begin ifstream%37BB866A02BB.implementation preserve=yes 00060 //## end ifstream%37BB866A02BB.implementation 00061 00062 }; 00063 00064 //## begin ifstream%37BB866A02BB.postscript preserve=yes 00065 //## end ifstream%37BB866A02BB.postscript 00066 00067 // Class ifstream 00068 00069 //## begin module%37BB866A02BB.epilog preserve=yes 00070 */ 00071 //## end module%37BB866A02BB.epilog 00072 00073 00074 #endif