UniversalIndentGUI 1.2.0
Public Member Functions | Private Attributes
TCLAP::ExitException Class Reference

#include <ArgException.h>

List of all members.

Public Member Functions

 ExitException (int estat)
int getExitStatus () const

Private Attributes

int _estat

Detailed Description

Definition at line 187 of file ArgException.h.


Constructor & Destructor Documentation

TCLAP::ExitException::ExitException ( int  estat) [inline]

Definition at line 189 of file ArgException.h.


Member Function Documentation

int TCLAP::ExitException::getExitStatus ( ) const [inline]

Definition at line 191 of file ArgException.h.

References _estat.

Referenced by main(), and TCLAP::CmdLine::parse().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 194 of file ArgException.h.

Referenced by getExitStatus().


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