hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
zmq Namespace Reference

Classes

class  error_t
class  message_t
class  context_t
class  socket_t

Typedefs

typedef zmq_free_fn free_fn
typedef zmq_pollitem_t pollitem_t

Functions

int poll (zmq_pollitem_t *items_, int nitems_, long timeout_=-1)
void version (int *major_, int *minor_, int *patch_)

Typedef Documentation

typedef zmq_free_fn zmq::free_fn

Definition at line 67 of file zmq.hpp.

typedef zmq_pollitem_t zmq::pollitem_t

Definition at line 68 of file zmq.hpp.

Function Documentation

int zmq::poll ( zmq_pollitem_t *  items_,
int  nitems_,
long  timeout_ = -1 
)
inline

Definition at line 91 of file zmq.hpp.

Here is the caller graph for this function:

void zmq::version ( int *  major_,
int *  minor_,
int *  patch_ 
)
inline

Definition at line 99 of file zmq.hpp.