SDSL 3.0.2
Succinct Data Structure Library
|
#include <int_vector_buffer.hpp>
Public Member Functions | |
operator uint64_t () const | |
Conversion to int for read operations. | |
reference & | operator= (uint64_t const &val) |
Assignment operator for write operations. | |
reference & | operator= (reference const &x) |
Assignment operator. | |
reference (reference const &)=default | |
reference & | operator++ () |
Prefix increment of the proxy object. | |
uint64_t | operator++ (int) |
Postfix increment of the proxy object. | |
reference & | operator-- () |
Prefix decrement of the proxy object. | |
uint64_t | operator-- (int) |
Postfix decrement of the proxy object. | |
reference & | operator+= (const uint64_t x) |
Add assign from the proxy object. | |
reference & | operator-= (const uint64_t x) |
Subtract assign from the proxy object. | |
bool | operator== (reference const &x) const |
bool | operator< (reference const &x) const |
Friends | |
class | int_vector_buffer< t_width > |
Definition at line 396 of file int_vector_buffer.hpp.
|
default |
|
inline |
Conversion to int for read operations.
Definition at line 414 of file int_vector_buffer.hpp.
|
inline |
Prefix increment of the proxy object.
Definition at line 435 of file int_vector_buffer.hpp.
|
inline |
Postfix increment of the proxy object.
Definition at line 443 of file int_vector_buffer.hpp.
|
inline |
Add assign from the proxy object.
Definition at line 467 of file int_vector_buffer.hpp.
|
inline |
Prefix decrement of the proxy object.
Definition at line 451 of file int_vector_buffer.hpp.
|
inline |
Postfix decrement of the proxy object.
Definition at line 459 of file int_vector_buffer.hpp.
|
inline |
Subtract assign from the proxy object.
Definition at line 475 of file int_vector_buffer.hpp.
|
inline |
Definition at line 487 of file int_vector_buffer.hpp.
|
inline |
Assignment operator.
Definition at line 427 of file int_vector_buffer.hpp.
|
inline |
Assignment operator for write operations.
Definition at line 420 of file int_vector_buffer.hpp.
|
inline |
Definition at line 482 of file int_vector_buffer.hpp.
|
friend |
Definition at line 391 of file int_vector_buffer.hpp.