SDSL 3.0.1
Succinct Data Structure Library
sdsl::fast_cache Struct Reference

#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)]
 

Detailed Description

Definition at line 14 of file fast_cache.hpp.

Member Typedef Documentation

◆ size_type

Definition at line 16 of file fast_cache.hpp.

Constructor & Destructor Documentation

◆ fast_cache()

sdsl::fast_cache::fast_cache ( )
inline

Definition at line 19 of file fast_cache.hpp.

Member Function Documentation

◆ exists()

bool sdsl::fast_cache::exists ( size_type  i,
size_type x 
)
inline

Definition at line 25 of file fast_cache.hpp.

◆ write()

void sdsl::fast_cache::write ( size_type  i,
size_type  x 
)
inline

Definition at line 36 of file fast_cache.hpp.

Member Data Documentation

◆ m_table

size_type sdsl::fast_cache::m_table[2 *(CACHE_SIZE+1)]

Definition at line 17 of file fast_cache.hpp.


The documentation for this struct was generated from the following file: