|
Elements
6.2
A C++ base framework for the Euclid Software.
|
Public Member Functions | |
| ExitCodeHelper (const Last &last) | |
Public Attributes | |
| ExitCode | code |
Private Member Functions | |
| template<typename T , typename std::enable_if< std::is_same< T, ExitCode >::value >::type * = nullptr> | |
| ExitCode | getCode (const T &t) |
| template<typename T , typename std::enable_if< not std::is_same< T, ExitCode >::value >::type * = nullptr> | |
| ExitCode | getCode (const T &) |
Definition at line 139 of file Exception.h.
|
inlineexplicit |
Definition at line 140 of file Exception.h.
|
inlineprivate |
Definition at line 151 of file Exception.h.
References Elements::NOT_OK.
|
inlineprivate |
Definition at line 146 of file Exception.h.
| ExitCode Elements::Exception::ExitCodeHelper< Last >::code |
Definition at line 141 of file Exception.h.
1.8.17