Home
last modified time | relevance | path

Searched refs:WarningUndefined (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DException.h389 class MagickPPExport WarningUndefined: public Warning
392 explicit WarningUndefined(const std::string& what_);
393 explicit WarningUndefined(const std::string& what_,Exception *nested_);
394 ~WarningUndefined() throw();
/external/ImageMagick/Magick++/lib/
DException.cpp656 Magick::WarningUndefined::WarningUndefined(const std::string& what_) in WarningUndefined() function in Magick::WarningUndefined
661 Magick::WarningUndefined::WarningUndefined(const std::string& what_, in WarningUndefined() function in Magick::WarningUndefined
667 Magick::WarningUndefined::~WarningUndefined() throw() in ~WarningUndefined()