23 #ifndef DtCmdLine_IGNORE_REST_VISITOR_H
24 #define DtCmdLine_IGNORE_REST_VISITOR_H
33 #ifdef DtUSE_UTILITIES_NAMESPACE
34 namespace DtUSE_UTILITIES_NAMESPACE
44 class IgnoreRestVisitor:
public Visitor
58 void visit() { Arg::beginIgnoring(); }
63 #ifdef DtUSE_UTILITIES_NAMESPACE
A base class that defines the interface for visitors.
Definition: cmdVisitor.h:41
This file declares classes for VR-Link command line parsing utility.
This file declares the class DtCmdLine::Visitor.
virtual ~IgnoreRestVisitor()
Definition: cmdIgnoreRestVisitor.h:53
IgnoreRestVisitor()
Constructor.
Definition: cmdIgnoreRestVisitor.h:52
void visit()
Sets Arg::_ignoreRest.
Definition: cmdIgnoreRestVisitor.h:58