Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp626 Magick::WarningStream::WarningStream(const std::string& what_) in WarningStream() function in Magick::WarningStream
631 Magick::WarningStream::WarningStream(const std::string& what_, in WarningStream() function in Magick::WarningStream
637 Magick::WarningStream::~WarningStream() throw() in ~WarningStream()
789 return new WarningStream(message); in createException()
972 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++/
DChangeLog129 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,