BASIS  version 1.2.3 (revision 2104)
Public Member Functions | Protected Attributes
sbia::basis::HelpVisitor Class Reference

Displays either full help or usage only. More...

+ Inheritance diagram for sbia::basis::HelpVisitor:
+ Collaboration diagram for sbia::basis::HelpVisitor:

List of all members.

Public Member Functions

 HelpVisitor (StdOutput *out, bool all=true)
 Constructor.
void visit ()
 Print help.

Protected Attributes

bool _all
 Enable/disable full help output.
StdOutput_out
 Object handling the output.

Detailed Description

Displays either full help or usage only.

Definition at line 548 of file CmdLine.cxx.


Constructor & Destructor Documentation

sbia::basis::HelpVisitor::HelpVisitor ( StdOutput out,
bool  all = true 
) [inline]

Constructor.

Parameters:
[in]outThe object which handles the output.
[in]allEnable/disable full help output.

Definition at line 560 of file CmdLine.cxx.


The documentation for this class was generated from the following file: