RigsofRods
Soft-body Physics Simulation
|
#include <CacheSystem.h>
Public Member Functions | |
CacheQueryResult (CacheEntryPtr entry, size_t score) | |
bool | operator< (CacheQueryResult const &other) const |
Data Fields | |
CacheEntryPtr | cqr_entry |
size_t | cqr_score |
Definition at line 162 of file CacheSystem.h.
CacheQueryResult::CacheQueryResult | ( | CacheEntryPtr | entry, |
size_t | score | ||
) |
Definition at line 120 of file CacheSystem.cpp.
bool CacheQueryResult::operator< | ( | CacheQueryResult const & | other | ) | const |
Definition at line 2242 of file CacheSystem.cpp.
CacheEntryPtr RoR::CacheQueryResult::cqr_entry |
Definition at line 168 of file CacheSystem.h.
size_t RoR::CacheQueryResult::cqr_score |
Definition at line 169 of file CacheSystem.h.