17#ifndef CYBER_TRANSPORT_SHM_READABLE_INFO_H_
18#define CYBER_TRANSPORT_SHM_READABLE_INFO_H_
45 uint64_t
host_id()
const {
return host_id_; }
63 int32_t arena_block_index_;
void set_host_id(uint64_t host_id)
int32_t arena_block_index() const
static const size_t kSize
void set_block_index(int32_t block_index)
bool SerializeTo(std::string *dst) const
uint64_t channel_id() const
void set_arena_block_index(int32_t arena_block_index)
ReadableInfo & operator=(const ReadableInfo &other)
int32_t block_index() const
bool DeserializeFrom(const std::string &src)
void set_channel_id(uint64_t channel_id)
std::shared_ptr< ReadableInfo > ReadableInfoPtr