Magick++
7.0.10
|
#include <BlobRef.h>
Public Member Functions | |
BlobRef (const void *data_, const size_t length_) | |
~BlobRef (void) | |
size_t | decrease () |
void | increase () |
Public Attributes | |
Blob::Allocator | allocator |
size_t | length |
void * | data |
Magick::BlobRef::BlobRef | ( | const void * | data_, |
const size_t | length_ | ||
) |
Definition at line 19 of file BlobRef.cpp.
References data.
Magick::BlobRef::~BlobRef | ( | void | ) |
Definition at line 33 of file BlobRef.cpp.
References Magick::Blob::MallocAllocator, and Magick::Blob::NewAllocator.
size_t Magick::BlobRef::decrease | ( | ) |
Definition at line 44 of file BlobRef.cpp.
References Magick::throwExceptionExplicit().
void Magick::BlobRef::increase | ( | ) |
Definition at line 62 of file BlobRef.cpp.
Referenced by Magick::Blob::Blob(), and Magick::Blob::operator=().
Blob::Allocator Magick::BlobRef::allocator |