The OpenD Programming Language

BitmappedBlockWithInternalPointers.this

Constructors accepting desired capacity or a preallocated buffer, similar in semantics to those of BitmappedBlock.

  1. this(ubyte[] data)
  2. this(size_t capacity)
    struct BitmappedBlockWithInternalPointers(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
    static if(!is(ParentAllocator == NullAllocator) && !stateSize!ParentAllocator)
    this
    (
    size_t capacity
    )
  3. this(ParentAllocator parent, size_t capacity)

Meta