Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ZMQ Namespace Reference

Namespaces

namespace  Detail
 

Classes

struct  MoreException
 
class  ppoll_error_t
 
struct  TimeOutException
 

Functions

template<class T >
std::size_t defaultSizeOf (const T &)
 
int 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 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!
 
std::size_t stringLength (const char &cs)
 

Function Documentation

◆ defaultSizeOf()

template<class T >
std::size_t ZMQ::defaultSizeOf ( const T & )

Definition at line 22 of file functions.h.

◆ ppoll() [1/2]

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!

Definition at line 29 of file ppoll.cpp.

◆ ppoll() [2/2]

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!

Definition at line 19 of file ppoll.cpp.

◆ stringLength()

std::size_t ZMQ::stringLength ( const char & cs)

Definition at line 19 of file functions.cpp.