Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ppoll.h File Reference
#include <zmq.hpp>
#include <vector>
Include dependency graph for ppoll.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ZMQ::ppoll_error_t
 

Namespaces

namespace  ZMQ
 

Functions

int ZMQ::ppoll (std::vector< zmq_pollitem_t > &items, long timeout_, const sigset_t *sigmask_)
 Wrapper around zmq_ppoll This function can throw, so wrap in try-catch!
 
int ZMQ::ppoll (zmq_pollitem_t *items_, size_t nitems_, long timeout_, const sigset_t *sigmask_)
 Wrapper around zmq_ppoll This function can throw, so wrap in try-catch!