Files Classes Functions Hierarchy
00001 #ifndef STRINGSERIALIZATIONTEST_H 00002 #define STRINGSERIALIZATIONTEST_H 00003 00004 00008 class stringserializationtest 00009 { 00010 public: 00011 00012 00014 static string doc[]; 00015 00017 static void test01(); 00019 static void test02(); 00021 static void test03(); 00023 static void test04(); 00024 00026 static int unittest01(); 00027 00028 }; 00029 00030 #endif 00031
1.5.8