Blob.h
22  class MagickPPExport Blob
33  Blob(void);
36  Blob(const void* data_,const size_t length_);
39  Blob(const Blob& blob_);
45  Blob& operator=(const Blob& blob_);
77  BlobRef *_blobRef;
Definition: BlobRef.h:23
Definition: Blob.h:22