Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
command_line
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
ecl::Visitor::~Visitor
virtual ~Visitor()
ecl::Visitor::visit
virtual void visit()
ecl::Visitor::Visitor
Visitor()
xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38