SDSL 3.0.3
Succinct Data Structure Library
|
#include <cst_sct3.hpp>
Public Member Functions | |
bp_interval (t_int i=0, t_int j=0, t_int ipos=0, t_int cipos=0, t_int jp1pos=0) | |
Constructor. | |
bp_interval (bp_interval const &iv)=default | |
Copy constructor. | |
bp_interval (bp_interval &&iv)=default | |
Move copy constructor. | |
bool | operator< (bp_interval const &interval) const |
bool | operator== (bp_interval const &interval) const |
Equality operator. | |
bool | operator!= (bp_interval const &interval) const |
Inequality operator. | |
bp_interval & | operator= (bp_interval const &interval)=default |
Assignment operator. | |
bp_interval & | operator= (bp_interval &&interval)=default |
Move assignment. | |
Public Attributes | |
t_int | i |
The left border of the lcp-interval ![]() | |
t_int | j |
The right border of the lcp-interval ![]() | |
t_int | ipos |
t_int | cipos |
t_int | jp1pos |
Definition at line 1378 of file cst_sct3.hpp.
|
inline |
Constructor.
Definition at line 1388 of file cst_sct3.hpp.
|
default |
Copy constructor.
|
default |
Move copy constructor.
|
inline |
Inequality operator.
Two lcp-intervals are not equal if and only if not all their corresponding member variables have the same values.
Definition at line 1419 of file cst_sct3.hpp.
|
inline |
Definition at line 1400 of file cst_sct3.hpp.
|
default |
Move assignment.
|
default |
Assignment operator.
|
inline |
Equality operator.
Two lcp-intervals are equal if and only if all their corresponding member variables have the same values.
Definition at line 1410 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::cipos |
Definition at line 1383 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::i |
The left border of the lcp-interval
Definition at line 1380 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::ipos |
Definition at line 1382 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::j |
The right border of the lcp-interval
Definition at line 1381 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::jp1pos |
Definition at line 1385 of file cst_sct3.hpp.