proj home

Files   Classes   Functions   Hierarchy  

visitdataB.h

Go to the documentation of this file.
00001 #ifndef VISITDATAB_H
00002 #define VISITDATAB_H
00003 
00004 #include <string>
00005 using namespace std;
00006 
00007 #include <typedefs.h>
00008 #include <visitbase.h>
00009 
00010 class visitdataB : public visitbase
00011 {
00012 public:
00013 
00014   string val;
00015 
00016   visitdataB(stringc & _val) 
00017     : val(_val) {}
00018 
00020 //  bool const accept(visitbase& w)
00021 //    { return w.visit(this); }
00022 
00023 };
00024 
00025 #endif
00026 
00027 

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