|
Kestrel Interface
|
#include <kest_dictionary.h>
Data Fields | |
| int | n_entries |
| int | entry_array_length |
| kest_dictionary_entry * | entries |
Definition at line 36 of file kest_dictionary.h.
| kest_dictionary_entry* kest_dictionary_bucket::entries |
Definition at line 39 of file kest_dictionary.h.
Referenced by kest_dict_entry_to_string(), kest_dictionary_bucket_add_entry(), kest_dictionary_bucket_add_entry_dict(), kest_dictionary_bucket_add_entry_expr(), kest_dictionary_bucket_add_entry_float(), kest_dictionary_bucket_add_entry_int(), kest_dictionary_bucket_add_entry_str(), kest_dictionary_bucket_ensure_capacity(), and kest_dictionary_bucket_lookup().
| int kest_dictionary_bucket::entry_array_length |
Definition at line 38 of file kest_dictionary.h.
Referenced by kest_dictionary_bucket_ensure_capacity().
| int kest_dictionary_bucket::n_entries |
Definition at line 37 of file kest_dictionary.h.
Referenced by kest_dict_entry_to_string(), kest_dictionary_bucket_add_entry(), kest_dictionary_bucket_add_entry_dict(), kest_dictionary_bucket_add_entry_expr(), kest_dictionary_bucket_add_entry_float(), kest_dictionary_bucket_add_entry_int(), kest_dictionary_bucket_add_entry_str(), kest_dictionary_bucket_ensure_capacity(), and kest_dictionary_bucket_lookup().