nbuff ~master (2021-06-17T17:31:41Z)
Dub
Repo
MutableMemoryChunk
nbuff
buffer
Undocumented in source.
struct
MutableMemoryChunk {
static
debug
(
nbuff
)
int
__id
;
debug
(
nbuff
)
int
_id
;
this(this)
;
this
(size_t s);
~this
();
auto
size
();
auto
data
();
}
Constructors
this
this
(size_t s)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
_data
Members
Functions
data
auto
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
size
auto
size
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
__id
int
__id
;
Undocumented in source.
Variables
_id
int
_id
;
Undocumented in source.
Meta
Source
See Implementation
nbuff
buffer
aliases
BufferChunk
BufferChunksArray
MutableNbuffChunk
allocator
functions
safe_printf
safe_tracef
smart_ptr
unique_ptr
static variables
BufferError
IndexOutOfRange
MemPoolException
NbuffError
RangeEmpty
_mempool
structs
ImmutableMemoryChunk
MemPool
MutableMemoryChunk
Nbuff
NbuffChunk
SmartPtr
UniquePtr