vectest.h
Go to the documentation of this file.00001 #ifndef VECTEST_H
00002 #define VECTEST_H
00003
00007 class vectest
00008 {
00009 public:
00010
00012 static void test01();
00013
00016 static void test02();
00017
00018 };
00019
00020
00021 #endif
00022
00023