SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::wt_rlmn_trait< t_alphabet_cat > Struct Template Reference

#include <wt_rlmn.hpp>

Public Types

enum  { width = 0 }
 
typedef int_vector C_type
 
typedef int_vector C_bf_rank_type
 

Static Public Member Functions

static std::map< uint64_t, uint64_t > temp_C ()
 
static C_type init_C (std::map< uint64_t, uint64_t > &C, uint64_t size)
 
static C_bf_rank_type init_C_bf_rank (const C_type &C, uint64_t size)
 

Detailed Description

template<class t_alphabet_cat>
struct sdsl::wt_rlmn_trait< t_alphabet_cat >

Definition at line 30 of file wt_rlmn.hpp.

Member Typedef Documentation

◆ C_bf_rank_type

template<class t_alphabet_cat >
typedef int_vector sdsl::wt_rlmn_trait< t_alphabet_cat >::C_bf_rank_type

Definition at line 37 of file wt_rlmn.hpp.

◆ C_type

template<class t_alphabet_cat >
typedef int_vector sdsl::wt_rlmn_trait< t_alphabet_cat >::C_type

Definition at line 36 of file wt_rlmn.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class t_alphabet_cat >
anonymous enum
Enumerator
width 

Definition at line 32 of file wt_rlmn.hpp.

Member Function Documentation

◆ init_C()

template<class t_alphabet_cat >
static C_type sdsl::wt_rlmn_trait< t_alphabet_cat >::init_C ( std::map< uint64_t, uint64_t > &  C,
uint64_t  size 
)
inlinestatic

Definition at line 41 of file wt_rlmn.hpp.

◆ init_C_bf_rank()

template<class t_alphabet_cat >
static C_bf_rank_type sdsl::wt_rlmn_trait< t_alphabet_cat >::init_C_bf_rank ( const C_type C,
uint64_t  size 
)
inlinestatic

Definition at line 47 of file wt_rlmn.hpp.

◆ temp_C()

template<class t_alphabet_cat >
static std::map< uint64_t, uint64_t > sdsl::wt_rlmn_trait< t_alphabet_cat >::temp_C ( )
inlinestatic

Definition at line 39 of file wt_rlmn.hpp.


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