![]() |
VR-Link API Documentation for HLA 1.3
|
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed. More...
Inheritance diagram for DtCmdLine::IgnoreRestVisitor:
Collaboration diagram for DtCmdLine::IgnoreRestVisitor:Public Member Functions | |
| IgnoreRestVisitor () | |
| Constructor. | |
| virtual | ~IgnoreRestVisitor () |
| void | visit () |
| Sets Arg::_ignoreRest. | |
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed.
| DtCmdLine::IgnoreRestVisitor::IgnoreRestVisitor | ( | ) | [inline] |
Constructor.
| virtual DtCmdLine::IgnoreRestVisitor::~IgnoreRestVisitor | ( | ) | [inline, virtual] |
| void DtCmdLine::IgnoreRestVisitor::visit | ( | ) | [inline, virtual] |
Sets Arg::_ignoreRest.
Reimplemented from DtCmdLine::Visitor.