Return total capacity of the table.
Return number of records marked as free.
Return number of records marked as used.
Builds the table from existing buffer or buffers representing entries.
Buffer to populate table from.
Optional
alignment: StructMemoryAlignmentMemory alignment of the source platform.
Creates an empty table with set capacity.
Capacity to create the table with.
Export the table in target platform format.
Memory alignment to use for export.
Defines a struct factory for entries contained within table.
Struct factory.
Static
newCreate a new table builder.
Table structure wraps
Struct
-based entries for tables present within ZNP NV memory.