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 
31 {
32  public:
33 
38 
42  void visit() { Arg::beginIgnoring(); }
43 };
44 
45 }; // namespace ecl
46 
47 
48 #endif
TCLAP command line argument parser classes.
static void beginIgnoring()
Definition: arg.hpp:164
TClap class indirectly used to define the interface for visitors.
Definition: visitor.hpp:25
TClap class indirectly used to define the interface for visitors.
TCLAP command line argument parser classes.


ecl_command_line
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:08