![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Variable table.
Data Fields | |
| const struct caps_table_desc * | td |
| size_t | used |
| size_t | avail |
| void * | array |
| const struct caps_table_desc* td |
Background detailed info about this table, defined once when caps_table_init() is called
| size_t used |
Already used elements in the table. Never touch directly, always use caps_table_element_count_get() and caps_table_element_count_increment() instead
| size_t avail |
Current elements in the table
| void* array |
The variable table itself. Never touch directly, always use caps_table_base_get() instead