proj home

Files   Classes   Functions   Hierarchy  

mfbttest01header01.cpp

Go to the documentation of this file.
00001 #include <mfbttest01header01.h>
00002 #include <mfbttest01header02.h>
00003 
00004 #include <iostream>
00005 using namespace std;
00006 
00007 mfbttest01header01::mfbttest01header01(int data_)
00008   : data(data_) {}
00009 
00010 void mfbttest01header01::print()
00011 {
00012   cout << "H1: data=" << data << endl;
00013 }
00014 
00015 void mfbttest01header01::print2()
00016 {
00017   mfbttest01header02 h(data);
00018   h.print();
00019 }
00020 
00021 
00022 

Generated on Fri Mar 4 00:49:28 2011 for Chelton Evans Source by  doxygen 1.5.8