Files Classes Functions Hierarchy
00001 #ifndef COMMANDLINETEST_H 00002 #define COMMANDLINETEST_H 00003 00004 #include <string> 00005 using namespace std; 00006 00010 class commandlinetest 00011 { 00012 public: 00013 00015 static string doc[]; 00016 00018 static void test01(int argc, char** argv); 00020 static void test02(int argc, char** argv); 00023 static void test03(int argc, char** argv); 00025 static void test04(int argc, char** argv); 00027 static int test05(); 00028 }; 00029 00030 00031 #endif 00032 00033
1.5.8