Home
last modified time | relevance | path

Searched refs:WarningStream (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp627 Magick::WarningStream::WarningStream(const std::string& what_) in WarningStream() function in Magick::WarningStream
632 Magick::WarningStream::WarningStream(const std::string& what_, in WarningStream() function in Magick::WarningStream
638 Magick::WarningStream::~WarningStream() throw() in ~WarningStream()
790 return new WarningStream(message); in createException()
966 throw WarningStream(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h373 class MagickPPExport WarningStream: public Warning
376 explicit WarningStream(const std::string& what_);
377 explicit WarningStream(const std::string& what_,Exception *nested_);
378 ~WarningStream() throw();
/external/ImageMagick/Magick++/
DChangeLog125 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,