eepp
CSS Specification
UI Introduction
eepp - Entropia Engine++
Global Namespace
namespace EE
namespace EE::Audio
namespace EE::Graphics
namespace EE::Math
namespace EE::Network
namespace EE::Scene
namespace EE::System
namespace EE::UI
namespace EE::Window
template struct EE::FormatArg
template struct EE::FormatArg<std::string_view>
template struct EE::FormatArg<std::string>
struct EE::TextHints
class EE::AllocatedPointer
template class EE::DynamicLRU
template class EE::LRUCache
class EE::MemoryManager
class EE::NonCopyable
template class EE::StaticLRU
struct EE::StaticLRU::Entry
class EE::String
template class EE::Utf<32>
template class EE::Utf<8>
template class EE::Utf<16>
template class EE::Utf
class EE::Version
namespace literals
namespace std
Overview
Detailed Documentation
eepp
Docs
»
Global Namespace
»
namespace EE
»
template class EE::StaticLRU
»
struct EE::StaticLRU::Entry
View page source
struct EE::StaticLRU::Entry
¶
#include
<lrucache.hpp>
struct
Entry
{
// fields
std
::
uint16_t
idx
=
NONE
;
};