LeviLamina
Loading...
Searching...
No Matches
LRUCache.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
struct
LRUCache
{
8
public
:
9
// LRUCache inner types declare
10
// clang-format off
11
struct
CacheEntry
;
12
// clang-format on
13
14
// LRUCache inner types define
15
struct
CacheEntry
{};
16
};
17
18
}
// namespace mce
mce::LRUCache::CacheEntry
Definition
LRUCache.h:15
mce::LRUCache
Definition
LRUCache.h:7
src-client
mc
client
renderer
LRUCache.h
Generated on Fri Dec 12 2025 16:34:19 for LeviLamina by
1.12.0