|
Adbase
Adinf C++ base library V2
|
Definition of the response from an incr or decr command command. More...
#include <Binary.hpp>
Public Attributes | |
| struct { | |
| ProtocolBinaryResponseHeader header | |
| struct { | |
| uint64_t value | |
| } body | |
| } | message |
| uint8_t | bytes [sizeof(ProtocolBinaryResponseHeader)+8] |
Definition of the response from an incr or decr command command.
See section 4
Definition at line 265 of file Binary.hpp.
| struct { ... } adbase::mc::ProtocolBinaryResponseIncr::body |
Referenced by adbase::mc::Binary::processData().
| uint8_t adbase::mc::ProtocolBinaryResponseIncr::bytes[sizeof(ProtocolBinaryResponseHeader)+8] |
Definition at line 272 of file Binary.hpp.
Referenced by adbase::mc::Binary::processData().
| ProtocolBinaryResponseHeader adbase::mc::ProtocolBinaryResponseIncr::header |
Definition at line 267 of file Binary.hpp.
Referenced by adbase::mc::Binary::processData().
| struct { ... } adbase::mc::ProtocolBinaryResponseIncr::message |
Referenced by adbase::mc::Binary::processData().
| uint64_t adbase::mc::ProtocolBinaryResponseIncr::value |
Definition at line 269 of file Binary.hpp.