Files Classes Functions Hierarchy
00001 #ifndef CREATEMAKEFILETEST_H 00002 #define CREATEMAKEFILETEST_H 00003 00007 class createmakefiletest 00008 { 00009 public: 00010 00011 00013 static string doc[]; 00014 00017 static void test01(int argc, char** argv); 00020 static void test02(int argc, char** argv); 00023 static void test03(int argc, char** argv); 00024 00025 }; 00026 00027 #endif 00028
1.5.8