3 #ifndef __ZMQ_V2_DECODER_HPP_INCLUDED__
4 #define __ZMQ_V2_DECODER_HPP_INCLUDED__
15 :
public decoder_base_t<v2_decoder_t, shared_message_memory_allocator>
18 v2_decoder_t (
size_t bufsize_, int64_t maxmsgsize_,
bool zero_copy_);
25 int flags_ready (
unsigned char const *);
26 int one_byte_size_ready (
unsigned char const *);
27 int eight_byte_size_ready (
unsigned char const *);
28 int message_ready (
unsigned char const *);
30 int size_ready (uint64_t size_,
unsigned char const *);
32 unsigned char _tmpbuf[8];
37 const int64_t _max_msg_size;