Home Brew Tools

DemoBUG.h

00001 #ifndef HEADER_BUG
00002 #define HEADER_BUG
00003 
00004 #include <iostream> // cout
00005 
00006 namespace hbt 
00007 {
00008     class DemoBUG
00009     {
00010         public:
00011             DemoBUG();
00012             ~DemoBUG();
00013             
00014         private:
00015             int DEMO_BUG_A;
00016             int DEMO_BUG_B;
00017             int DEMO_BUG_C;
00018             int DEMO_BUG_D;
00019             int DEMO_BUG_E;
00020     };
00021 }
00022 
00023 #endif
 All Classes Namespaces