visitor.hpp
Go to the documentation of this file.
00001 
00011 /*****************************************************************************
00012 ** Ifdefs
00013 *****************************************************************************/
00014 
00015 #ifndef TCLAP_VISITOR_H
00016 #define TCLAP_VISITOR_H
00017 
00018 namespace ecl {
00019 
00025 class Visitor
00026 {
00027         public:
00028 
00032                 Visitor() { }
00033 
00037                 virtual ~Visitor() { }
00038 
00042                 virtual void visit() { }
00043 };
00044 }; // namespace ecl
00045 
00046 
00047 #endif


ecl_command_line
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:41