#include <uint128_t.hpp>
Definition at line 23 of file uint128_t.hpp.
◆ uint128_t() [1/3]
sdsl::uint128_t::uint128_t |
( |
uint64_t | lo = 0, |
|
|
uint64_t | high = 0 ) |
|
inline |
◆ uint128_t() [2/3]
sdsl::uint128_t::uint128_t |
( |
uint128_t const & | x | ) |
|
|
inline |
◆ uint128_t() [3/3]
◆ hi()
uint16_t sdsl::uint128_t::hi |
( |
| ) |
const |
|
inline |
◆ operator uint64_t()
sdsl::uint128_t::operator uint64_t |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool sdsl::uint128_t::operator!= |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator&()
◆ operator+() [1/2]
◆ operator+() [2/2]
uint128_t sdsl::uint128_t::operator+ |
( |
uint64_t const & | x | ) |
const |
|
inline |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
uint128_t & sdsl::uint128_t::operator+= |
( |
uint64_t const & | x | ) |
|
|
inline |
◆ operator-()
◆ operator-=()
◆ operator<()
bool sdsl::uint128_t::operator< |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator<<()
uint128_t sdsl::uint128_t::operator<< |
( |
int | x | ) |
const |
|
inline |
◆ operator<=()
bool sdsl::uint128_t::operator<= |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
uint128_t & sdsl::uint128_t::operator= |
( |
uint64_t const & | x | ) |
|
|
inline |
◆ operator==() [1/2]
bool sdsl::uint128_t::operator== |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator==() [2/2]
bool sdsl::uint128_t::operator== |
( |
uint64_t const & | x | ) |
const |
|
inline |
◆ operator>() [1/2]
bool sdsl::uint128_t::operator> |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator>() [2/2]
bool sdsl::uint128_t::operator> |
( |
uint64_t const & | x | ) |
const |
|
inline |
◆ operator>=()
bool sdsl::uint128_t::operator>= |
( |
uint128_t const & | x | ) |
const |
|
inline |
◆ operator>>()
uint128_t sdsl::uint128_t::operator>> |
( |
int | x | ) |
const |
|
inline |
◆ operator|() [1/2]
◆ operator|() [2/2]
uint128_t sdsl::uint128_t::operator| |
( |
uint64_t const & | x | ) |
const |
|
inline |
◆ operator|=()
◆ operator~()
uint128_t sdsl::uint128_t::operator~ |
( |
| ) |
const |
|
inline |
◆ popcount()
uint8_t sdsl::uint128_t::popcount |
( |
| ) |
const |
|
inline |
◆ select()
uint16_t sdsl::uint128_t::select |
( |
uint32_t | i | ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
uint128_t const & | x ) |
|
friend |
The documentation for this class was generated from the following file: