Home | History | Annotate | Download | only in lib

Lines Matching refs:what_

21 Magick::Exception::Exception(const std::string& what_)
23 _what(what_),
28 Magick::Exception::Exception(const std::string& what_,
31 _what(what_),
72 Magick::Error::Error(const std::string& what_)
73 : Exception(what_)
77 Magick::Error::Error(const std::string& what_,Exception *nested_)
78 : Exception(what_,nested_)
86 Magick::ErrorBlob::ErrorBlob(const std::string& what_)
87 : Error(what_)
91 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_)
92 : Error(what_,nested_)
100 Magick::ErrorCache::ErrorCache(const std::string& what_)
101 : Error(what_)
105 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_)
106 : Error(what_,nested_)
114 Magick::ErrorCoder::ErrorCoder(const std::string& what_)
115 : Error(what_)
119 Magick::ErrorCoder::ErrorCoder(const std::string& what_,Exception *nested_)
120 : Error(what_,nested_)
128 Magick::ErrorConfigure::ErrorConfigure(const std::string& what_)
129 : Error(what_)
133 Magick::ErrorConfigure::ErrorConfigure(const std::string& what_,
135 : Error(what_,nested_)
143 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_)
144 : Error(what_)
148 Magick::ErrorCorruptImage::ErrorCorruptImage(const std::string& what_,
150 : Error(what_,nested_)
158 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_)
159 : Error(what_)
163 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_,
165 : Error(what_,nested_)
173 Magick::ErrorDraw::ErrorDraw(const std::string& what_)
174 : Error(what_)
178 Magick::ErrorDraw::ErrorDraw(const std::string& what_,Exception *nested_)
179 : Error(what_,nested_)
187 Magick::ErrorFileOpen::ErrorFileOpen(const std::string& what_)
188 : Error(what_)
196 Magick::ErrorFileOpen::ErrorFileOpen(const std::string& what_,
198 : Error(what_,nested_)
203 Magick::ErrorImage::ErrorImage(const std::string& what_)
204 : Error(what_)
208 Magick::ErrorImage::ErrorImage(const std::string& what_,Exception *nested_)
209 : Error(what_,nested_)
217 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_)
218 : Error(what_)
222 Magick::ErrorMissingDelegate::ErrorMissingDelegate(const std::string& what_,
224 : Error(what_,nested_)
232 Magick::ErrorModule::ErrorModule(const std::string& what_)
233 : Error(what_)
237 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_)
238 : Error(what_,nested_)
246 Magick::ErrorMonitor::ErrorMonitor(const std::string& what_)
247 : Error(what_)
251 Magick::ErrorMonitor::ErrorMonitor(const std::string& what_,Exception *nested_)
252 : Error(what_,nested_)
260 Magick::ErrorOption::ErrorOption(const std::string& what_)
261 : Error(what_)
265 Magick::ErrorOption::ErrorOption(const std::string& what_,Exception *nested_)
266 : Error(what_,nested_)
274 Magick::ErrorPolicy::ErrorPolicy(const std::string& what_)
275 : Error(what_)
279 Magick::ErrorPolicy::ErrorPolicy(const std::string& what_,Exception *nested_)
280 : Error(what_,nested_)
289 Magick::ErrorRegistry::ErrorRegistry(const std::string& what_)
290 : Error(what_)
294 Magick::ErrorRegistry::ErrorRegistry(const std::string& what_,
296 : Error(what_,nested_)
304 Magick::ErrorResourceLimit::ErrorResourceLimit(const std::string& what_)
305 : Error(what_)
309 Magick::ErrorResourceLimit::ErrorResourceLimit(const std::string& what_,
311 : Error(what_,nested_)
319 Magick::ErrorStream::ErrorStream(const std::string& what_)
320 : Error(what_)
324 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_)
325 : Error(what_,nested_)
333 Magick::ErrorType::ErrorType(const std::string& what_)
334 : Error(what_)
338 Magick::ErrorType::ErrorType(const std::string& what_,Exception *nested_)
339 : Error(what_,nested_)
347 Magick::ErrorUndefined::ErrorUndefined(const std::string& what_)
348 : Error(what_)
352 Magick::ErrorUndefined::ErrorUndefined(const std::string& what_,
354 : Error(what_,nested_)
362 Magick::ErrorXServer::ErrorXServer(const std::string& what_)
363 : Error(what_)
367 Magick::ErrorXServer::ErrorXServer(const std::string& what_,Exception *nested_)
368 : Error(what_,nested_)
376 Magick::Warning::Warning(const std::string& what_)
377 : Exception(what_)
381 Magick::Warning::Warning(const std::string& what_,Exception *nested_)
382 : Exception(what_,nested_)
390 Magick::WarningBlob::WarningBlob(const std::string& what_)
391 : Warning(what_)
395 Magick::WarningBlob::WarningBlob(const std::string& what_,Exception *nested_)
396 : Warning(what_,nested_)
404 Magick::WarningCache::WarningCache(const std::string& what_)
405 : Warning(what_)
409 Magick::WarningCache::WarningCache(const std::string& what_,Exception *nested_)
410 : Warning(what_,nested_)
418 Magick::WarningCoder::WarningCoder(const std::string& what_)
419 : Warning(what_)
423 Magick::WarningCoder::WarningCoder(const std::string& what_,Exception *nested_)
424 : Warning(what_,nested_)
432 Magick::WarningConfigure::WarningConfigure(const std::string& what_)
433 : Warning(what_)
437 Magick::WarningConfigure::WarningConfigure(const std::string& what_,
439 : Warning(what_,nested_)
447 Magick::WarningCorruptImage::WarningCorruptImage(const std::string& what_)
448 : Warning(what_)
452 Magick::WarningCorruptImage::WarningCorruptImage(const std::string& what_,
454 : Warning(what_,nested_)
462 Magick::WarningDelegate::WarningDelegate(const std::string& what_)
463 : Warning(what_)
467 Magick::WarningDelegate::WarningDelegate(const std::string& what_,
469 : Warning(what_,nested_)
477 Magick::WarningDraw::WarningDraw(const std::string& what_)
478 : Warning(what_)
482 Magick::WarningDraw::WarningDraw(const std::string& what_,Exception *nested_)
483 : Warning(what_,nested_)
491 Magick::WarningFileOpen::WarningFileOpen(const std::string& what_)
492 : Warning(what_)
496 Magick::WarningFileOpen::WarningFileOpen(const std::string& what_,
498 : Warning(what_,nested_)
506 Magick::WarningImage::WarningImage(const std::string& what_)
507 : Warning(what_)
511 Magick::WarningImage::WarningImage(const std::string& what_,Exception *nested_)
512 : Warning(what_,nested_)
521 const std::string& what_)
522 : Warning(what_)
527 const std::string& what_,Exception *nested_)
528 : Warning(what_,nested_)
536 Magick::WarningModule::WarningModule(const std::string& what_)
537 : Warning(what_)
541 Magick::WarningModule::WarningModule(const std::string& what_,
543 : Warning(what_,nested_)
552 Magick::WarningMonitor::WarningMonitor(const std::string& what_)
553 : Warning(what_)
557 Magick::WarningMonitor::WarningMonitor(const std::string& what_,
559 : Warning(what_,nested_)
567 Magick::WarningOption::WarningOption(const std::string& what_)
568 : Warning(what_)
572 Magick::WarningOption::WarningOption(const std::string& what_,
574 : Warning(what_,nested_)
582 Magick::WarningRegistry::WarningRegistry(const std::string& what_)
583 : Warning(what_)
587 Magick::WarningRegistry::WarningRegistry(const std::string& what_,
589 : Warning(what_,nested_)
597 Magick::WarningPolicy::WarningPolicy(const std::string& what_)
598 : Warning(what_)
602 Magick::WarningPolicy::WarningPolicy(const std::string& what_,
604 : Warning(what_,nested_)
612 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_)
613 : Warning(what_)
617 Magick::WarningResourceLimit::WarningResourceLimit(const std::string& what_,
619 : Warning(what_,nested_)
627 Magick::WarningStream::WarningStream(const std::string& what_)
628 : Warning(what_)
632 Magick::WarningStream::WarningStream(const std::string& what_,
634 : Warning(what_,nested_)
642 Magick::WarningType::WarningType(const std::string& what_)
643 : Warning(what_)
647 Magick::WarningType::WarningType(const std::string& what_,Exception *nested_)
648 : Warning(what_,nested_)
656 Magick::WarningUndefined::WarningUndefined(const std::string& what_)
657 : Warning(what_)
661 Magick::WarningUndefined::WarningUndefined(const std::string& what_,
663 : Warning(what_,nested_)
671 Magick::WarningXServer::WarningXServer(const std::string& what_)
672 : Warning(what_)
676 Magick::WarningXServer::WarningXServer(const std::string& what_,
678 : Warning(what_,nested_)