|
OpenADFortTk (basic)
|
#include <CmdLineParser.h>


Public Member Functions | |
| Exception (const char *m) | |
| Exception (std::string m) | |
| virtual | ~Exception () |
| virtual const std::string & | GetMessage () const |
| virtual void | Report (std::ostream &os) const |
| virtual void | Report () const |
Protected Attributes | |
| std::string | msg |
Definition at line 139 of file CmdLineParser.h.
| CmdLineParser::Exception::Exception | ( | const char * | m | ) | [inline] |
Definition at line 141 of file CmdLineParser.h.
| CmdLineParser::Exception::Exception | ( | std::string | m | ) | [inline] |
Definition at line 142 of file CmdLineParser.h.
| virtual CmdLineParser::Exception::~Exception | ( | ) | [inline, virtual] |
Definition at line 143 of file CmdLineParser.h.
| virtual const std::string& CmdLineParser::Exception::GetMessage | ( | ) | const [inline, virtual] |
| virtual void CmdLineParser::Exception::Report | ( | std::ostream & | os | ) | const [inline, virtual] |
| virtual void CmdLineParser::Exception::Report | ( | ) | const [inline, virtual] |
Definition at line 149 of file CmdLineParser.h.
References Report().
Referenced by Report().

std::string CmdLineParser::Exception::msg [protected] |
Definition at line 152 of file CmdLineParser.h.
Referenced by CmdLineParser::InternalError::Ctor(), GetMessage(), and Report().