|
Kestrel Interface
|
#include <kest_eff_section.h>
Data Fields | |
| char * | name |
| kest_token_ll * | tokens |
| struct kest_dictionary * | dict |
Definition at line 4 of file kest_eff_section.h.
| struct kest_dictionary* kest_eff_desc_file_section::dict |
Definition at line 7 of file kest_eff_section.h.
Referenced by kest_defs_section_extract(), kest_dictionary_section_lookup_dict(), kest_dictionary_section_lookup_expr(), kest_dictionary_section_lookup_float(), kest_dictionary_section_lookup_int(), kest_dictionary_section_lookup_str(), kest_parameters_section_extract(), kest_parse_dictionary_section(), kest_parse_tokens(), kest_resources_section_extract(), and kest_settings_section_extract().
| char* kest_eff_desc_file_section::name |
Definition at line 5 of file kest_eff_section.h.
Referenced by kest_parse_dictionary_section(), and kest_parse_tokens().
| kest_token_ll* kest_eff_desc_file_section::tokens |
Definition at line 6 of file kest_eff_section.h.
Referenced by kest_parse_code_section(), kest_parse_dictionary_section(), and kest_parse_tokens().