![]() |
Rosetta
3.7
|
Classes | |
struct | head_t |
Public Member Functions | |
Cache (int l, long 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 |
long int | size |
head_t * | head |
head_t | lru_head |
References head, l, lru_head, max(), Cache::head_t::next, Cache::head_t::prev, and size.
Cache::~Cache | ( | ) |
References basic::options::OptionKeys::optE::free, head, lru_head, and Cache::head_t::next.
References Cache::head_t::data, basic::options::OptionKeys::optE::free, head, ObjexxFCL::index(), Cache::head_t::len, ObjexxFCL::len(), lru_delete(), lru_head, lru_insert(), Cache::head_t::next, size, and swap().
Referenced by SVC_Q::get_Q(), ONE_CLASS_Q::get_Q(), and SVR_Q::get_Q().
|
private |
References Cache::head_t::next, and Cache::head_t::prev.
Referenced by get_data(), and swap_index().
|
private |
References lru_head, Cache::head_t::next, and Cache::head_t::prev.
Referenced by get_data(), and swap_index().
References app.delta_score_per_mutation::data, basic::options::OptionKeys::optE::free, head, ObjexxFCL::len(), lru_delete(), lru_head, lru_insert(), Cache::head_t::next, size, and swap().
Referenced by SVC_Q::swap_index(), and ONE_CLASS_Q::swap_index().
|
private |
Referenced by Cache(), get_data(), swap_index(), and ~Cache().
|
private |
Referenced by Cache(), get_data(), lru_insert(), swap_index(), and ~Cache().
|
private |
Referenced by Cache(), get_data(), and swap_index().