|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| Exception (const std::string &what_) | |
| Exception (const std::string &what_, Exception *nested_) | |
| Exception (const Exception &original_) | |
| Exception & | operator= (const Exception &original_) |
| virtual const char * | what () const throw () |
| const Exception * | nested () const throw () |
| void | nested (Exception *nested_) throw () |
Private Attributes | |
| std::string | _what |
| Exception * | _nested |
Definition at line 24 of file Exception.h.
| Magick::Exception::Exception | ( | const std::string & | what_ | ) |
Definition at line 23 of file Exception.cpp.
| Magick::Exception::Exception | ( | const std::string & | what_, |
| Exception * | nested_ ) |
Definition at line 30 of file Exception.cpp.
| Magick::Exception::Exception | ( | const Exception & | original_ | ) |
Definition at line 38 of file Exception.cpp.
|
virtual | ||||||||||||
Definition at line 45 of file Exception.cpp.
| const Magick::Exception * Magick::Exception::nested | ( | ) | const | |||
| throw | ( | ) | ||||
Definition at line 63 of file Exception.cpp.
| void Magick::Exception::nested | ( | Exception * | nested_ | ) | ||
| throw | ( | ) | ||||
Definition at line 68 of file Exception.cpp.
| Magick::Exception & Magick::Exception::operator= | ( | const Exception & | original_ | ) |
Definition at line 50 of file Exception.cpp.
|
virtual | ||||||||||||
Definition at line 58 of file Exception.cpp.
|
private |
Definition at line 59 of file Exception.h.
|
private |
Definition at line 58 of file Exception.h.