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) |
std::size_t ZMQ::defaultSizeOf | ( | const T & | ) |
Definition at line 22 of file functions.h.
int ZMQ::ppoll | ( | std::vector< zmq_pollitem_t > & | items, |
long | timeout_, | ||
const sigset_t * | sigmask_ | ||
) |
int ZMQ::ppoll | ( | zmq_pollitem_t * | items_, |
size_t | nitems_, | ||
long | timeout_, | ||
const sigset_t * | sigmask_ | ||
) |
std::size_t ZMQ::stringLength | ( | const char & | cs | ) |
Definition at line 19 of file functions.cpp.