capnproto-dlang ~master (2017-07-11T11:38:52Z)
Dub
Repo
SegmentBuilder
capnproto
SegmentBuilder
struct
SegmentBuilder {
int
FAILED_ALLOCATION
;
size_t
pos
;
int
id
;
size_t
currentSize
()
;
size_t
allocate
(
size_t
amount
)
;
SegmentReader
reader
;
}
Alias This
reader
Members
Functions
allocate
size_t
allocate
(
size_t
amount
)
Allocate
amount
words.
currentSize
size_t
currentSize
()
Returns how many words have already been allocated.
Meta
Source
See Implementation
capnproto
SegmentBuilder
modules
FileDescriptor
MemoryMapped
SegmentBuilder
Serialize
WireHelpers
benchmark
tests