CBMC
|
Iterators point to a node and give the relative index within that node. More...
#include <jsa.h>
Public Attributes | |
__CPROVER_jsa_node_id_t | node_id |
__CPROVER_jsa_node_id_t | previous_node_id |
__CPROVER_jsa_index_t | index |
__CPROVER_jsa_index_t | previous_index |
__CPROVER_jsa_list_id_t | list |
Iterators point to a node and give the relative index within that node.
__CPROVER_jsa_index_t __CPROVER_jsa_iterator::index |
__CPROVER_jsa_list_id_t __CPROVER_jsa_iterator::list |
__CPROVER_jsa_node_id_t __CPROVER_jsa_iterator::node_id |
__CPROVER_jsa_index_t __CPROVER_jsa_iterator::previous_index |
__CPROVER_jsa_node_id_t __CPROVER_jsa_iterator::previous_node_id |