add_entry(this, dict_entry) | dictionary::dict_t | |
add_entry_to_dict_sub(this, dict_entry) | dictionary::dict_t | private |
count | dictionary::dict_t | |
current | dictionary::dict_t | |
delete_entry(this, skey) | dictionary::dict_t | |
delete_entry_by_key_sub(this, skey) | dictionary::dict_t | private |
find_dict_entry(this, ssearchkey) | dictionary::dict_t | |
find_dict_entry_fn(this, ssearchkey) | dictionary::dict_t | |
first | dictionary::dict_t | |
get_entry(this, skey) | dictionary::dict_t | |
get_entry(this, iindex) | dictionary::dict_t | |
get_entry_by_index_fn(this, iindex) | dictionary::dict_t | private |
get_entry_by_key_fn(this, skey) | dictionary::dict_t | private |
get_next_entry(this, skey) | dictionary::dict_t | |
get_next_entry(this) | dictionary::dict_t | |
get_next_entry_by_key_fn(this, skey) | dictionary::dict_t | private |
get_next_entry_fn(this) | dictionary::dict_t | private |
get_value(this, stext, skey, iindex, is_fatal) | dictionary::dict_t | |
get_values(this, skey, ivalues, is_fatal) | dictionary::dict_t | |
get_values(this, skey, fvalues, is_fatal) | dictionary::dict_t | |
get_values(this, skey, lvalues, is_fatal) | dictionary::dict_t | |
get_values(this, skey, slstring, is_fatal) | dictionary::dict_t | |
get_values(this, slkeys, ivalues, is_fatal) | dictionary::dict_t | |
get_values(this, slkeys, fvalues, is_fatal) | dictionary::dict_t | |
get_values(this, slkeys, lvalues, is_fatal) | dictionary::dict_t | |
get_values(this, slkeys, slstring, is_fatal) | dictionary::dict_t | |
get_values_as_float_given_list_of_keys_sub(this, slkeys, fvalues, is_fatal) | dictionary::dict_t | private |
get_values_as_float_sub(this, skey, fvalues, is_fatal) | dictionary::dict_t | private |
get_values_as_int_given_list_of_keys_sub(this, slkeys, ivalues, is_fatal) | dictionary::dict_t | private |
get_values_as_int_sub(this, skey, ivalues, is_fatal) | dictionary::dict_t | private |
get_values_as_logical_given_list_of_keys_sub(this, slkeys, lvalues, is_fatal) | dictionary::dict_t | private |
get_values_as_logical_sub(this, skey, lvalues, is_fatal) | dictionary::dict_t | private |
get_values_as_string_list_given_list_of_keys_sub(this, slkeys, slstring, is_fatal) | dictionary::dict_t | private |
get_values_as_string_list_sub(this, skey, slstring, is_fatal) | dictionary::dict_t | private |
grep_dictionary_key_names_fn(this, skey) | dictionary::dict_t | private |
grep_keys(this, skey) | dictionary::dict_t | |
key_already_in_use(this, skey) | dictionary::dict_t | |
key_name_already_in_use_fn(this, skey) | dictionary::dict_t | private |
last | dictionary::dict_t | |
print_all(this, iloglevel, sdescription, lecho) | dictionary::dict_t | |
print_all_dictionary_entries_sub(this, iloglevel, sdescription, lecho) | dictionary::dict_t | private |