SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::buffered_char_queue Class Reference

#include <construct_lcp_helper.hpp>

Public Member Functions

 buffered_char_queue ()
void init (std::string const &dir, char c)
 ~buffered_char_queue ()
void push_back (uint8_t x)
uint8_t pop_front ()

Detailed Description

Definition at line 94 of file construct_lcp_helper.hpp.

Constructor & Destructor Documentation

◆ buffered_char_queue()

sdsl::buffered_char_queue::buffered_char_queue ( )
inline

Definition at line 116 of file construct_lcp_helper.hpp.

◆ ~buffered_char_queue()

sdsl::buffered_char_queue::~buffered_char_queue ( )
inline

Definition at line 126 of file construct_lcp_helper.hpp.

Member Function Documentation

◆ init()

void sdsl::buffered_char_queue::init ( std::string const & dir,
char c )
inline

Definition at line 119 of file construct_lcp_helper.hpp.

◆ pop_front()

uint8_t sdsl::buffered_char_queue::pop_front ( )
inline

Definition at line 157 of file construct_lcp_helper.hpp.

◆ push_back()

void sdsl::buffered_char_queue::push_back ( uint8_t x)
inline

Definition at line 132 of file construct_lcp_helper.hpp.


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