SegmentBuilder

struct SegmentBuilder {
int FAILED_ALLOCATION;
size_t pos;
int id;
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