Data Fields | |
| void ** | objects |
| Object array. | |
| unsigned | size |
| Number of objects the handle can currently hold. | |
| unsigned | filled |
| Number of consecutive objects allocated at the start of the table. | |
| void(* | destroy )(void *object) |
| Optional object destructor. | |
Definition at line 46 of file u_handle_table.c.
| void** handle_table::objects |
| unsigned handle_table::size |
| unsigned handle_table::filled |
Number of consecutive objects allocated at the start of the table.
Definition at line 54 of file u_handle_table.c.
| void(* handle_table::destroy)(void *object) |
Optional object destructor.
1.5.4