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
virtual ~Visitor()
virtual void visit()


xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38