proj home

Files   Classes   Functions   Hierarchy  

visitdataA.h

Go to the documentation of this file.
00001 #ifndef VISITDATAA_H
00002 #define VISITDATAA_H
00003 
00004 #include <typedefs.h>
00005 #include <visitbase.h>
00006 
00007 class visitdataA : public visitbase
00008 {
00009 public:
00010 
00011   int val;
00012 
00013   visitdataA(intc _val) 
00014     : val(_val) {}
00015 
00017   //bool const accept(visitbase& w)
00018   //  { return w.visit(this); }
00019 
00020 };
00021 
00022 #endif
00023 
00024 

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