CBMC
|
A set of __CPROVER_contracts_car_t. More...
Public Attributes | |
__CPROVER_size_t | max_elems |
Maximum number of elements that can be stored in the set. More... | |
__CPROVER_contracts_car_t * | elems |
An array of car_t of size max_elems. More... | |
A set of __CPROVER_contracts_car_t.
Definition at line 37 of file cprover_contracts.c.
__CPROVER_contracts_car_t* __CPROVER_contracts_car_set_t::elems |
An array of car_t of size max_elems.
Definition at line 42 of file cprover_contracts.c.
__CPROVER_size_t __CPROVER_contracts_car_set_t::max_elems |
Maximum number of elements that can be stored in the set.
Definition at line 40 of file cprover_contracts.c.