visitor.hpp
Go to the documentation of this file.
1 
11 /*****************************************************************************
12 ** Ifdefs
13 *****************************************************************************/
14 
15 #ifndef TCLAP_VISITOR_H
16 #define TCLAP_VISITOR_H
17 
18 namespace ecl {
19 
25 class Visitor
26 {
27  public:
28 
32  Visitor() { }
33 
37  virtual ~Visitor() { }
38 
42  virtual void visit() { }
43 };
44 }; // namespace ecl
45 
46 
47 #endif
ecl::Visitor::~Visitor
virtual ~Visitor()
Definition: visitor.hpp:41
ecl::Visitor::Visitor
Visitor()
Definition: visitor.hpp:36
ecl::Visitor::visit
virtual void visit()
Definition: visitor.hpp:46
ecl


ecl_command_line
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:13