SDSL 3.0.1
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 (const bp_interval &iv)=default | |
Copy constructor. | |
bp_interval (bp_interval &&iv)=default | |
Move copy constructor. | |
bool | operator< (const bp_interval &interval) const |
bool | operator== (const bp_interval &interval) const |
Equality operator. | |
bool | operator!= (const bp_interval &interval) const |
Inequality operator. | |
bp_interval & | operator= (const bp_interval &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 1285 of file cst_sct3.hpp.
|
inline |
Constructor.
Definition at line 1295 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 1322 of file cst_sct3.hpp.
|
inline |
Definition at line 1307 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 1316 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::cipos |
Definition at line 1290 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::i |
The left border of the lcp-interval
Definition at line 1287 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::ipos |
Definition at line 1289 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::j |
The right border of the lcp-interval
Definition at line 1288 of file cst_sct3.hpp.
t_int sdsl::bp_interval< t_int >::jp1pos |
Definition at line 1292 of file cst_sct3.hpp.