Data Fields
tommy_arrayblkof_struct Struct Reference

Array container type. More...

Data Fields

tommy_array block
 Array of blocks. More...
 
tommy_size_t element_size
 Size of the stored element in bytes. More...
 
tommy_count_t count
 Number of initialized elements in the array. More...
 

Detailed Description

Array container type.

Note
Don't use internal fields directly, but access the container only using functions.

Field Documentation

tommy_array tommy_arrayblkof_struct::block

Array of blocks.

tommy_size_t tommy_arrayblkof_struct::element_size

Size of the stored element in bytes.

tommy_count_t tommy_arrayblkof_struct::count

Number of initialized elements in the array.


The documentation for this struct was generated from the following file: