Home | History | Annotate | Download | only in Magick++

Lines Matching defs:Blob

20   class MagickPPExport Blob
31 Blob(void);
34 Blob(const void* data_,const size_t length_);
37 Blob(const Blob& blob_);
40 virtual ~Blob();
43 Blob& operator=(const Blob& blob_);
51 // free this data since the Blob class manages its own data. The
52 // user must be finished with the data before allowing the Blob to
53 // be destroyed since the pointer is invalid once the Blob is