ignore_rest_visitor.hpp
Go to the documentation of this file.
1 
11 /*****************************************************************************
12 ** Ifdefs
13 *****************************************************************************/
14 
15 #ifndef TCLAP_IGNORE_REST_VISITOR_H
16 #define TCLAP_IGNORE_REST_VISITOR_H
17 
18 #include "visitor.hpp"
19 #include "arg.hpp"
20 
21 namespace ecl {
22 
23 
30 class IgnoreRestVisitor: public Visitor
31 {
32  public:
33 
37  IgnoreRestVisitor() : Visitor() {}
38 
42  void visit() { Arg::beginIgnoring(); }
43 };
44 
45 }; // namespace ecl
46 
47 
48 #endif
static void beginIgnoring()


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13