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