Inheritance diagram for SimpleAllocator:
Public Member Functions | |
this (IReader reader) | |
void | reset () |
bool | isReadOnly (void *x) |
void | allocate (void[]*x, BufferConverter decoder) |
Private Attributes | |
IReader | reader |
|
Definition at line 57 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 66 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 74 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 83 of file ArrayAllocator.d. References BufferConverter, and IReader::length(). |
|
Definition at line 51 of file ArrayAllocator.d. |