heur_internal.h

Go to the documentation of this file.
00001 
00007 #if !defined(INC_OSKI_HEUR_INTERNAL_H)
00008 
00009 #define INC_OSKI_HEUR_INTERNAL_H
00010 
00011 #include <oski/common.h>
00012 #include <oski/modloader.h>
00013 
00015 typedef struct
00016 {
00017   oski_id_t id;     
00018   char *name;      
00020   oski_id_t id_index_type;     
00021   oski_id_t id_value_type;     
00024   char *desc;
00025 
00029   char *modname;
00030 
00031   oski_modhandle_t module;   
00032 }
00033 oski_heurrec_t;
00034 
00036 const oski_heurrec_t *oski_LookupHeur (const char *name,
00037                        oski_id_t id_ind, oski_id_t id_val);
00038 
00040 const oski_heurrec_t *oski_FindHeurRecord (oski_id_t id);
00041 
00042 #endif /* !defined(INC_OSKI_HEUR_INTERNAL_H) */
00043 
00044 /* eof */

Generated on Wed Sep 19 16:41:18 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6