RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Friends
zmq::message_t Class Reference

List of all members.

Public Member Functions

 message_t (size_t size_)
 message_t (void *data_, size_t size_, free_fn *ffn_, void *hint_=NULL)
 message_t (const std::string &s)
 message_t (const message_t &other) noexcept
 message_t (message_t &&other) noexcept
message_toperator= (const message_t &other) noexcept
message_toperator= (message_t &&other) noexcept
void rebuild ()
void rebuild (size_t size_)
void rebuild (void *data_, size_t size_, free_fn *ffn_, void *hint_=NULL)
void move (message_t *msg_)
void copy (message_t *msg_)
char * data ()
const char * data () const
size_t size () const
std::string toString () const

Friends

class socket_t

Detailed Description

Definition at line 81 of file zmq.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator