class MetadataBuffer

Defined at line 17 of file ../../src/storage/fvm/metadata_buffer.h

MetadataBuffer is an interface for a buffer that contains FVM metadata.

Public Methods

std::unique_ptr<MetadataBuffer> Create (size_t size)

Creates an uninitialized |MetadataBuffer| which has capacity for at least |size| bytes.

This is intentionally non-static so inheriting classes can override it to return the

appropriate type. In general the instance's fields/methods will not be accessed.

void * data ()
size_t size ()
void ~MetadataBuffer ()

Defined at line 19 of file ../../src/storage/fvm/metadata_buffer.h