![]() |
![]() |
![]() |
#include <BlobRef.h>
Collaboration diagram for Magick::BlobRef:

Public Member Functions | |
| BlobRef (const void *data_, size_t length_) | |
| ~BlobRef (void) | |
Data Fields | |
| void * | _data |
| size_t | _length |
| Blob::Allocator | _allocator |
| int | _refCount |
| MutexLock | _mutexLock |
Private Member Functions | |
| BlobRef (const BlobRef &) | |
| BlobRef & | operator= (const BlobRef &) |
|
||||||||||||
|
Definition at line 21 of file BlobRef.cpp. References _data, BlobRef(), and memcpy. Referenced by BlobRef().
Here is the call graph for this function: ![]() |
|
|
Definition at line 37 of file BlobRef.cpp. References _allocator, _data, and RelinquishMagickMemory().
Here is the call graph for this function: ![]() |
|
|
|
|
|
|
|
|
Definition at line 39 of file BlobRef.h. Referenced by Magick::Blob::updateNoCopy(), and ~BlobRef(). |
|
|
Definition at line 37 of file BlobRef.h. Referenced by BlobRef(), Magick::Blob::data(), Magick::Blob::updateNoCopy(), and ~BlobRef(). |
|
|
Definition at line 38 of file BlobRef.h. Referenced by Magick::Blob::length(), and Magick::Blob::updateNoCopy(). |
|
|
Definition at line 41 of file BlobRef.h. Referenced by Magick::Blob::Blob(), Magick::Blob::operator=(), Magick::Blob::update(), Magick::Blob::updateNoCopy(), and Magick::Blob::~Blob(). |
|
|
Definition at line 40 of file BlobRef.h. Referenced by Magick::Blob::Blob(), Magick::Blob::operator=(), Magick::Blob::update(), Magick::Blob::updateNoCopy(), and Magick::Blob::~Blob(). |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC