Files Classes Functions Hierarchy
00001 #ifndef RSATEST_H 00002 #define RSATEST_H 00003 00007 class rsatest 00008 { 00009 public: 00010 00011 00013 static int unittest01(); 00015 static int unittest02(); 00016 00018 static void test01(); 00019 00021 static void test02(int argc, char** argv); 00022 00023 00024 }; 00025 00026 00027 #endif 00028 00029
1.5.8