|
PcapPlusPlus
25.05
|
This is the complete list of members for pcpp::LRUList< T >, including all inherited members.
| eraseElement(const T &element) | pcpp::LRUList< T > | inline |
| getLRUElement() const | pcpp::LRUList< T > | inline |
| getMaxSize() const | pcpp::LRUList< T > | inline |
| getMRUElement() const | pcpp::LRUList< T > | inline |
| getSize() const | pcpp::LRUList< T > | inline |
| LRUList(std::size_t maxSize) | pcpp::LRUList< T > | inlineexplicit |
| put(const T &element, T *deletedValue=nullptr) | pcpp::LRUList< T > | inline |