#include <heur_internal.h>
Data Fields | |
oski_id_t | id |
ID# for this heuristic. | |
char * | name |
Unique string name used to identify the module containing its implementation. | |
oski_id_t | id_index_type |
Index type. | |
oski_id_t | id_value_type |
Value type. | |
char * | desc |
A short descriptive string, for debugging. | |
char * | modname |
Shared library module name, e.g., "liboski_heur_NAME_Tid". | |
oski_modhandle_t | module |
Cached module. |
char* oski_heurrec_t::desc |
A short descriptive string, for debugging.
Referenced by oski_LookupHeurDescById(), and oski_RegisterHeur().
ID# for this heuristic.
Referenced by oski_FindHeurRecord(), oski_LookupHeurId(), oski_LookupHeurIdByNum(), and oski_RegisterHeur().
char* oski_heurrec_t::name |
Unique string name used to identify the module containing its implementation.
Referenced by oski_LookupHeur(), and oski_RegisterHeur().