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

List of all members.

Public Member Functions

 socket_t (context_t &context_, int type_)
 operator void * ()
void setsockopt (int option_, const void *optval_, size_t optvallen_)
void getsockopt (int option_, void *optval_, size_t *optvallen_)
void bind (const std::string &addr_)
void unbind (const std::string &addr_)
int tryUnbind (const std::string &addr_)
void connect (const std::string &addr_)
void disconnect (const std::string &addr_)
int tryDisconnect (const std::string &addr_)
bool send (message_t &msg_, int flags_=0)
bool send (message_t &&msg_, int flags_=0)
bool recv (message_t *msg_, int flags_=0)

Public Attributes

context_tcontext_

Detailed Description

Definition at line 288 of file zmq.hpp.


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