SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::DB::Specs::UpdateOP Member List

This is the complete list of members for SWC::DB::Specs::UpdateOP, including all inherited members.

APPENDSWC::DB::Specs::UpdateOPstatic
encode(uint8_t **bufp) constSWC::DB::Specs::UpdateOPinline
encoded_length() const noexceptSWC::DB::Specs::UpdateOPinline
equal(const UpdateOP &other) const noexceptSWC::DB::Specs::UpdateOPinline
get_op() const noexceptSWC::DB::Specs::UpdateOPinline
get_pos() const noexceptSWC::DB::Specs::UpdateOPinline
has_pos() const noexceptSWC::DB::Specs::UpdateOPinline
INSERTSWC::DB::Specs::UpdateOPstatic
opSWC::DB::Specs::UpdateOP
operator=(const UpdateOP &other) noexceptSWC::DB::Specs::UpdateOPinline
operator=(UpdateOP &&other) noexceptSWC::DB::Specs::UpdateOPinline
OVERWRITESWC::DB::Specs::UpdateOPstatic
posSWC::DB::Specs::UpdateOP
PREPENDSWC::DB::Specs::UpdateOPstatic
print(std::ostream &out) constSWC::DB::Specs::UpdateOPinline
REPLACESWC::DB::Specs::UpdateOPstatic
SERIALSWC::DB::Specs::UpdateOPstatic
set_op(uint8_t a_op) noexceptSWC::DB::Specs::UpdateOPinline
set_pos(uint32_t a_pos) noexceptSWC::DB::Specs::UpdateOPinline
to_string(uint8_t op) noexceptSWC::DB::Specs::UpdateOPinlinestatic
UpdateOP(uint8_t a_op=REPLACE, uint32_t a_pos=0) noexceptSWC::DB::Specs::UpdateOPinline
UpdateOP(const uint8_t **bufp, size_t *remainp)SWC::DB::Specs::UpdateOPinline
UpdateOP(const UpdateOP &other) noexceptSWC::DB::Specs::UpdateOPinline
UpdateOP(UpdateOP &&other) noexceptSWC::DB::Specs::UpdateOPinline