UniversalIndentGUI 1.2.0
Public Member Functions
TCLAP::IgnoreRestVisitor Class Reference

#include <IgnoreRestVisitor.h>

Inheritance diagram for TCLAP::IgnoreRestVisitor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 IgnoreRestVisitor ()
void visit ()

Detailed Description

A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed.

Definition at line 35 of file IgnoreRestVisitor.h.


Constructor & Destructor Documentation

TCLAP::IgnoreRestVisitor::IgnoreRestVisitor ( ) [inline]

Constructor.

Definition at line 42 of file IgnoreRestVisitor.h.


Member Function Documentation

void TCLAP::IgnoreRestVisitor::visit ( ) [inline, virtual]

Sets Arg::_ignoreRest.

Reimplemented from TCLAP::Visitor.

Definition at line 47 of file IgnoreRestVisitor.h.

References TCLAP::Arg::beginIgnoring().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines