| Magick++
    6.9.6
    | 
#include <BlobRef.h>
| Public Member Functions | |
| BlobRef (const void *data_, const size_t length_) | |
| ~BlobRef (void) | |
| Public Attributes | |
| void * | _data | 
| size_t | _length | 
| Blob::Allocator | _allocator | 
| ::ssize_t | _refCount | 
| MutexLock | _mutexLock | 
| Magick::BlobRef::BlobRef | ( | const void * | data_, | 
| const size_t | length_ | ||
| ) | 
Definition at line 18 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.
| Blob::Allocator Magick::BlobRef::_allocator | 
| MutexLock Magick::BlobRef::_mutexLock | 
Definition at line 34 of file BlobRef.h.
Referenced by Magick::Blob::Blob(), and Magick::Blob::operator=().
| ::ssize_t Magick::BlobRef::_refCount | 
Definition at line 33 of file BlobRef.h.
Referenced by Magick::Blob::Blob(), and Magick::Blob::operator=().