Public Member Functions | |
Cache (int l, int size) | |
~Cache () | |
int | get_data (const int index, Qfloat **data, int len) |
void | swap_index (int i, int j) |
Private Member Functions | |
void | lru_delete (head_t *h) |
void | lru_insert (head_t *h) |
Private Attributes | |
int | l |
int | size |
head_t * | head |
head_t | lru_head |
Classes | |
struct | head_t |
Definition at line 48 of file svm.cpp.