Files Classes Functions Hierarchy
00001 #ifndef COMPILATIONFILETEST_H 00002 #define COMPILATIONFILETEST_H 00003 00004 #include <string> 00005 using namespace std; 00006 00010 class compilationfiletest 00011 { 00012 public: 00013 00015 static string doc[]; 00016 00018 static void test01(); 00020 static void test02(); 00022 static void test03(); 00023 00024 }; 00025 00026 00027 00028 #endif 00029
1.5.8