Skip to content

Struct loon::LRU::Node

ClassList > Node

Public Attributes

Type Name
K key
uint32_t next
uint32_t prev
V value

Public Attributes Documentation

variable key

K loon::LRU< K, V >::Node::key;

variable next

uint32_t loon::LRU< K, V >::Node::next;

variable prev

uint32_t loon::LRU< K, V >::Node::prev;

variable value

V loon::LRU< K, V >::Node::value;


The documentation for this class was generated from the following file include/loon/lru.hpp