ignore_rest_visitor.hpp
Go to the documentation of this file.
00001 
00011 /*****************************************************************************
00012 ** Ifdefs
00013 *****************************************************************************/
00014 
00015 #ifndef TCLAP_IGNORE_REST_VISITOR_H
00016 #define TCLAP_IGNORE_REST_VISITOR_H
00017 
00018 #include "visitor.hpp"
00019 #include "arg.hpp"
00020 
00021 namespace ecl {
00022 
00023 
00030 class IgnoreRestVisitor: public Visitor
00031 {
00032         public:
00033 
00037                 IgnoreRestVisitor() : Visitor() {}
00038 
00042                 void visit() { Arg::beginIgnoring();  }
00043 };
00044 
00045 }; // namespace ecl
00046 
00047 
00048 #endif


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