OpenShot Library | libopenshot  0.2.5
Classes | Typedefs | Functions
zmq Namespace Reference

Classes

class  context_t
 
class  error_t
 
class  message_t
 
class  monitor_t
 
class  socket_t
 

Typedefs

typedef zmq_free_fn free_fn
 
typedef zmq_pollitem_t pollitem_t
 

Functions

int poll (zmq_pollitem_t const *items_, size_t nitems_, long timeout_=-1)
 
int poll (zmq_pollitem_t const *items, size_t nitems)
 
void proxy (void *frontend, void *backend, void *capture)
 
void proxy_steerable (void *frontend, void *backend, void *capture, void *control)
 
void version (int *major_, int *minor_, int *patch_)
 

Typedef Documentation

typedef zmq_free_fn zmq::free_fn

Definition at line 106 of file zmq.hpp.

typedef zmq_pollitem_t zmq::pollitem_t

Definition at line 107 of file zmq.hpp.

Function Documentation

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

Definition at line 130 of file zmq.hpp.

Referenced by poll().

int zmq::poll ( zmq_pollitem_t const *  items,
size_t  nitems 
)
inline

Definition at line 138 of file zmq.hpp.

void zmq::proxy ( void *  frontend,
void *  backend,
void *  capture 
)
inline

Definition at line 162 of file zmq.hpp.

void zmq::proxy_steerable ( void *  frontend,
void *  backend,
void *  capture,
void *  control 
)
inline

Definition at line 170 of file zmq.hpp.

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

Definition at line 178 of file zmq.hpp.

Referenced by openshot::CacheDisk::JsonValue().