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