SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector_buffer.hpp>
Public Member Functions | |
operator uint64_t () const | |
Conversion to int for read operations. More... | |
reference & | operator= (const uint64_t &val) |
Assignment operator for write operations. More... | |
reference & | operator= (reference &x) |
Assignment operator. More... | |
reference & | operator++ () |
Prefix increment of the proxy object. More... | |
uint64_t | operator++ (int) |
Postfix increment of the proxy object. More... | |
reference & | operator-- () |
Prefix decrement of the proxy object. More... | |
uint64_t | operator-- (int) |
Postfix decrement of the proxy object. More... | |
reference & | operator+= (const uint64_t x) |
Add assign from the proxy object. More... | |
reference & | operator-= (const uint64_t x) |
Subtract assign from the proxy object. More... | |
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.
|
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 376 of file int_vector_buffer.hpp.
|
inline |
Postfix increment of the proxy object.
Definition at line 384 of file int_vector_buffer.hpp.
|
inline |
Add assign from the proxy object.
Definition at line 408 of file int_vector_buffer.hpp.
|
inline |
Prefix decrement of the proxy object.
Definition at line 392 of file int_vector_buffer.hpp.
|
inline |
Postfix decrement of the proxy object.
Definition at line 400 of file int_vector_buffer.hpp.
|
inline |
Subtract assign from the proxy object.
Definition at line 416 of file int_vector_buffer.hpp.
|
inline |
Definition at line 425 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 423 of file int_vector_buffer.hpp.
|
friend |
Definition at line 344 of file int_vector_buffer.hpp.