TClap class indirectly used to define the interface for visitors. More...
#include <help_visitor.hpp>
Public Member Functions | |
HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
void | visit () |
Public Member Functions inherited from ecl::Visitor | |
Visitor () | |
virtual | ~Visitor () |
Protected Attributes | |
CmdLineInterface * | _cmd |
CmdLineOutput ** | _out |
TClap class indirectly used to define the interface for visitors.
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
Definition at line 32 of file help_visitor.hpp.
|
inline |
Constructor.
cmd | - The CmdLine the output will be generated for. |
out | - The type of output. |
Definition at line 55 of file help_visitor.hpp.
|
inlinevirtual |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from ecl::Visitor.
Definition at line 62 of file help_visitor.hpp.
|
protected |
The CmdLine the output will be generated for.
Definition at line 41 of file help_visitor.hpp.
|
protected |
The output object.
Definition at line 46 of file help_visitor.hpp.