SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::_interval_symbols_wt< t_wt, false > Struct Template Reference

#include <wt_algorithm.hpp>

Public Types

typedef t_wt::size_type size_type
 
typedef t_wt::value_type value_type
 
typedef t_wt::size_type size_type
 
typedef t_wt::value_type value_type
 

Static Public Member Functions

static void call (t_wt const &, size_type, size_type, size_type &, std::vector< value_type > &, std::vector< size_type > &, std::vector< size_type > &)
 
static void call (t_wt const &wt, size_type i, size_type j, size_type &k, std::vector< value_type > &cs, std::vector< size_type > &rank_c_i, std::vector< size_type > &rank_c_j)
 

Detailed Description

template<typename t_wt>
struct sdsl::_interval_symbols_wt< t_wt, false >

Definition at line 299 of file wt_algorithm.hpp.

Member Typedef Documentation

◆ size_type [1/2]

typedef t_wt::size_type sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::size_type

Definition at line 283 of file wt_algorithm.hpp.

◆ size_type [2/2]

template<typename t_wt>
typedef t_wt::size_type sdsl::_interval_symbols_wt< t_wt, false >::size_type

Definition at line 301 of file wt_algorithm.hpp.

◆ value_type [1/2]

typedef t_wt::value_type sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::value_type

Definition at line 284 of file wt_algorithm.hpp.

◆ value_type [2/2]

template<typename t_wt>
typedef t_wt::value_type sdsl::_interval_symbols_wt< t_wt, false >::value_type

Definition at line 302 of file wt_algorithm.hpp.

Member Function Documentation

◆ call() [1/2]

template<typename t_wt>
static void sdsl::_interval_symbols_wt< t_wt, false >::call ( t_wt const & ,
size_type ,
size_type ,
size_type & ,
std::vector< value_type > & ,
std::vector< size_type > & ,
std::vector< size_type > &  )
inlinestatic

Definition at line 304 of file wt_algorithm.hpp.

◆ call() [2/2]

static void sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::call ( t_wt const & wt,
size_type i,
size_type j,
size_type & k,
std::vector< value_type > & cs,
std::vector< size_type > & rank_c_i,
std::vector< size_type > & rank_c_j )
inlinestatic

Definition at line 286 of file wt_algorithm.hpp.


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