Files Classes Functions Hierarchy
00001 #ifndef BINOPPROPERTIESTEST_H 00002 #define BINOPPROPERTIESTEST_H 00003 00004 #include <typedefs.h> 00005 00009 class binoppropertiestest 00010 { 00011 public: 00012 00014 static uint fop[]; 00015 00017 static void test01(); 00018 00021 static void test02(); 00022 00024 static void test03(); 00025 00027 static void test04(); 00028 00030 static void test05(); 00031 00032 }; 00033 00034 00035 #endif 00036
1.5.8