#include <tlb.hpp>
|
| | tlb () |
| |
| | tlb (Key invalid_key, Entry invalid_entry) |
| |
| void | add (const Key &key, const Entry &entry) |
| |
| Entry | get (const Key &key) |
| |
| template<typename Fn > |
| Entry | get (Fn fn) |
| |
| void | clear () |
| |
|
| constexpr static bool | enabled = NEntries > 0 |
| |
◆ tlb() [1/2]
template<typename Key , typename Entry , int NEntries = 3>
◆ tlb() [2/2]
template<typename Key , typename Entry , int NEntries = 3>
◆ add()
template<typename Key , typename Entry , int NEntries = 3>
| void ityr::ori::tlb< Key, Entry, NEntries >::add |
( |
const Key & |
key, |
|
|
const Entry & |
entry |
|
) |
| |
|
inline |
◆ clear()
template<typename Key , typename Entry , int NEntries = 3>
◆ get() [1/2]
template<typename Key , typename Entry , int NEntries = 3>
◆ get() [2/2]
template<typename Key , typename Entry , int NEntries = 3>
template<typename Fn >
◆ enabled
template<typename Key , typename Entry , int NEntries = 3>
| constexpr static bool ityr::ori::tlb< Key, Entry, NEntries >::enabled = NEntries > 0 |
|
staticconstexpr |
The documentation for this class was generated from the following file: