Main Page
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
TClap class indirectly used to define the interface for visitors.
Definition:
visitor.hpp:25
ecl::Visitor::~Visitor
virtual ~Visitor()
Definition:
visitor.hpp:37
ecl::Visitor::visit
virtual void visit()
Definition:
visitor.hpp:42
ecl::Visitor::Visitor
Visitor()
Definition:
visitor.hpp:32
ecl_command_line
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:08