SDSL 3.0.1
Succinct Data Structure Library
|
#include <int_vector_buffer.hpp>
Public Member Functions | |
operator uint64_t () const | |
Conversion to int for read operations. | |
reference & | operator= (const uint64_t &val) |
Assignment operator for write operations. | |
reference & | operator= (reference &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== (const reference &x) const |
bool | operator< (const reference &x) const |
Friends | |
class | int_vector_buffer< t_width > |
Definition at line 346 of file int_vector_buffer.hpp.
|
default |
|
inline |
Conversion to int for read operations.
Definition at line 363 of file int_vector_buffer.hpp.
|
inline |
Prefix increment of the proxy object.
Definition at line 378 of file int_vector_buffer.hpp.
|
inline |
Postfix increment of the proxy object.
Definition at line 386 of file int_vector_buffer.hpp.
|
inline |
Add assign from the proxy object.
Definition at line 410 of file int_vector_buffer.hpp.
|
inline |
Prefix decrement of the proxy object.
Definition at line 394 of file int_vector_buffer.hpp.
|
inline |
Postfix decrement of the proxy object.
Definition at line 402 of file int_vector_buffer.hpp.
|
inline |
Subtract assign from the proxy object.
Definition at line 418 of file int_vector_buffer.hpp.
|
inline |
Definition at line 427 of file int_vector_buffer.hpp.
|
inline |
Assignment operator for write operations.
Definition at line 366 of file int_vector_buffer.hpp.
|
inline |
Assignment operator.
Definition at line 373 of file int_vector_buffer.hpp.
|
inline |
Definition at line 425 of file int_vector_buffer.hpp.
|
friend |
Definition at line 344 of file int_vector_buffer.hpp.