CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
CLI exception class. More...
#include <CLIParser.h>
Public Member Functions | |
CLIException ()=default | |
default constructor | |
CLIException (const std::string &message) | |
constructor from message | |
CLIException (const std::string &message, char shortName) | |
constructor for short option | |
CLIException (const std::string &message, const std::string &longName) | |
constructor for long option | |
CLIException (const std::string &message, const CLIOption &option, bool chooseShortName) | |
constructor for option | |
virtual | ~CLIException () noexcept=default |
destructor | |
![]() | |
Exception ()=default | |
empty constructor | |
Exception (const std::string &message) | |
constructor with messasge | |
virtual | ~Exception () noexcept=default |
destructor | |
const char * | what () const noexcept |
get exception message | |
Additional Inherited Members | |
![]() | |
std::string | message |
message | |
CLI exception class.