#include "OP_API.h"#include <time.h>#include <UT/UT_Pointers.h>#include <UT/UT_String.h>#include "OP_Context.h"Go to the source code of this file.
Classes | |
| class | OP_Cache |
Typedefs | |
| typedef void(* | OP_Cache_Del_Func )(void *object, void *data) |
| typedef void *(* | OP_Cache_Copy_Func )(void *object, void *data) |
| typedef void(* | OP_Cache_Eval_Func )(OP_Context &context, void *eval_data, OP_Context &eval_context, unsigned &score, unsigned &exact_match) |
Enumerations | |
| enum | OP_CacheOptions { OP_CACHE_KEEP } |
| typedef void*(* OP_Cache_Copy_Func)(void *object, void *data) |
Definition at line 25 of file OP_Cache.h.
| typedef void(* OP_Cache_Del_Func)(void *object, void *data) |
Definition at line 22 of file OP_Cache.h.
| typedef void(* OP_Cache_Eval_Func)(OP_Context &context, void *eval_data, OP_Context &eval_context, unsigned &score, unsigned &exact_match) |
Definition at line 28 of file OP_Cache.h.
| enum OP_CacheOptions |
1.5.9