E-MailRelay
|
Exception class for G::MapFile. More...
#include <gmapfile.h>
Public Member Functions | |
Exception (const char *what) | |
Constructor. More... | |
Exception (const std::string &what) | |
Constructor. More... | |
Exception (const char *what, const std::string &more) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more) | |
Constructor. More... | |
Exception (const char *what, const std::string &more1, const std::string &more2) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more1, const std::string &more2) | |
Constructor. More... | |
Exception (const char *what, const std::string &more1, const std::string &more2, const std::string &more3) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more1, const std::string &more2, const std::string &more3) | |
Constructor. More... | |
![]() | |
Exception (const char *what) | |
Constructor. More... | |
Exception (const std::string &what) | |
Constructor. More... | |
Exception (const char *what, const std::string &more) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more) | |
Constructor. More... | |
Exception (const char *what, const std::string &more1, const std::string &more2) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more1, const std::string &more2) | |
Constructor. More... | |
Exception (const char *what, const std::string &more1, const std::string &more2, const std::string &more3) | |
Constructor. More... | |
Exception (const std::string &what, const std::string &more1, const std::string &more2, const std::string &more3) | |
Constructor. More... | |
Exception class for G::MapFile.
Definition at line 59 of file gmapfile.h.
|
explicit |
Constructor.
Definition at line 47 of file gexception.cpp.
G::Exception::Exception | ( | const char * | what, |
const std::string & | more | ||
) |
Constructor.
Definition at line 53 of file gexception.cpp.
G::Exception::Exception | ( | const char * | what, |
const std::string & | more1, | ||
const std::string & | more2 | ||
) |
Constructor.
Definition at line 59 of file gexception.cpp.
G::Exception::Exception | ( | const char * | what, |
const std::string & | more1, | ||
const std::string & | more2, | ||
const std::string & | more3 | ||
) |
Constructor.
Definition at line 65 of file gexception.cpp.
|
explicit |
Constructor.
Definition at line 50 of file gexception.cpp.
G::Exception::Exception | ( | const std::string & | what, |
const std::string & | more | ||
) |
Constructor.
Definition at line 56 of file gexception.cpp.
G::Exception::Exception | ( | const std::string & | what, |
const std::string & | more1, | ||
const std::string & | more2 | ||
) |
Constructor.
Definition at line 62 of file gexception.cpp.
G::Exception::Exception | ( | const std::string & | what, |
const std::string & | more1, | ||
const std::string & | more2, | ||
const std::string & | more3 | ||
) |
Constructor.
Definition at line 68 of file gexception.cpp.