|
SDSL 3.0.3
Succinct Data Structure Library
|
#include <fast_cache.hpp>
Public Types | |
| typedef int_vector ::size_type | size_type |
Public Member Functions | |
| fast_cache () | |
| bool | exists (size_type i, size_type &x) |
| void | write (size_type i, size_type x) |
Public Attributes | |
| size_type | m_table [2 *(CACHE_SIZE+1)] |
Definition at line 14 of file fast_cache.hpp.
| typedef int_vector ::size_type sdsl::fast_cache::size_type |
Definition at line 16 of file fast_cache.hpp.
|
inline |
Definition at line 19 of file fast_cache.hpp.
Definition at line 28 of file fast_cache.hpp.
Definition at line 39 of file fast_cache.hpp.
| size_type sdsl::fast_cache::m_table[2 *(CACHE_SIZE+1)] |
Definition at line 17 of file fast_cache.hpp.