RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
RoR::CacheQueryResult Struct Reference

#include <CacheSystem.h>

+ Collaboration diagram for RoR::CacheQueryResult:

Public Member Functions

 CacheQueryResult (CacheEntryPtr entry, size_t score)
 
bool operator< (CacheQueryResult const &other) const
 

Data Fields

CacheEntryPtr cqr_entry
 
size_t cqr_score
 

Detailed Description

Definition at line 155 of file CacheSystem.h.

Constructor & Destructor Documentation

◆ CacheQueryResult()

CacheQueryResult::CacheQueryResult ( CacheEntryPtr  entry,
size_t  score 
)

Definition at line 120 of file CacheSystem.cpp.

Member Function Documentation

◆ operator<()

bool CacheQueryResult::operator< ( CacheQueryResult const &  other) const

Definition at line 2051 of file CacheSystem.cpp.

Field Documentation

◆ cqr_entry

CacheEntryPtr RoR::CacheQueryResult::cqr_entry

Definition at line 161 of file CacheSystem.h.

◆ cqr_score

size_t RoR::CacheQueryResult::cqr_score

Definition at line 162 of file CacheSystem.h.


The documentation for this struct was generated from the following files: