Namespaces | Classes | Typedefs | Functions | Variables
zmq Namespace Reference

Namespaces

 detail
 

Classes

class  context_t
 
class  error_t
 
struct  from_handle_t
 
class  message_t
 
class  monitor_t
 
class  socket_ref
 
class  socket_t
 

Typedefs

typedef int fd_t
 
typedef zmq_free_fn free_fn
 
typedef zmq_pollitem_t pollitem_t
 

Functions

bool operator!= (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator!= (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
bool operator< (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator< (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
std::ostream & operator<< (std::ostream &os, const message_t &msg)
 
bool operator<= (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator<= (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
bool operator== (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator== (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
bool operator> (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator> (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
bool operator>= (const detail::socket_base &a, const detail::socket_base &b) ZMQ_NOTHROW
 
bool operator>= (socket_ref a, socket_ref b) ZMQ_NOTHROW
 
int poll (zmq_pollitem_t *items_, size_t nitems_, long timeout_=-1)
 
int poll (zmq_pollitem_t const *items_, size_t nitems_, long timeout_=-1)
 
void proxy (socket_ref frontend, socket_ref backend, socket_ref capture=socket_ref())
 
void proxy (void *frontend, void *backend, void *capture)
 
void proxy_steerable (socket_ref frontend, socket_ref backend, socket_ref capture, socket_ref control)
 
void proxy_steerable (void *frontend, void *backend, void *capture, void *control)
 
void swap (context_t &a, context_t &b) ZMQ_NOTHROW
 
void swap (message_t &a, message_t &b) ZMQ_NOTHROW
 
void swap (socket_t &a, socket_t &b) ZMQ_NOTHROW
 
void version (int *major_, int *minor_, int *patch_)
 

Variables

ZMQ_CONSTEXPR_VAR from_handle_t from_handle
 

Typedef Documentation

◆ fd_t

typedef int zmq::fd_t

Definition at line 286 of file 3rdparty/cppzmq/zmq.hpp.

◆ free_fn

typedef zmq_free_fn zmq::free_fn

Definition at line 275 of file 3rdparty/cppzmq/zmq.hpp.

◆ pollitem_t

typedef zmq_pollitem_t zmq::pollitem_t

Definition at line 276 of file 3rdparty/cppzmq/zmq.hpp.

Function Documentation

◆ operator!=() [1/2]

bool zmq::operator!= ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2117 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator!=() [2/2]

bool zmq::operator!= ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2202 of file src/loggers/zmq.hpp.

◆ operator<() [1/2]

bool zmq::operator< ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2121 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator<() [2/2]

bool zmq::operator< ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2206 of file src/loggers/zmq.hpp.

◆ operator<<()

std::ostream & zmq::operator<< ( std::ostream &  os,
const message_t msg 
)
inline

Definition at line 2709 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator<=() [1/2]

bool zmq::operator<= ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2129 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator<=() [2/2]

bool zmq::operator<= ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2214 of file src/loggers/zmq.hpp.

◆ operator==() [1/2]

bool zmq::operator== ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2113 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator==() [2/2]

bool zmq::operator== ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2198 of file src/loggers/zmq.hpp.

◆ operator>() [1/2]

bool zmq::operator> ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2125 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator>() [2/2]

bool zmq::operator> ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2210 of file src/loggers/zmq.hpp.

◆ operator>=() [1/2]

bool zmq::operator>= ( const detail::socket_base a,
const detail::socket_base b 
)
inline

Definition at line 2133 of file 3rdparty/cppzmq/zmq.hpp.

◆ operator>=() [2/2]

bool zmq::operator>= ( socket_ref  a,
socket_ref  b 
)
inline

Definition at line 2218 of file src/loggers/zmq.hpp.

◆ poll() [1/2]

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

Definition at line 318 of file 3rdparty/cppzmq/zmq.hpp.

◆ poll() [2/2]

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

Definition at line 325 of file 3rdparty/cppzmq/zmq.hpp.

◆ proxy() [1/2]

void zmq::proxy ( socket_ref  frontend,
socket_ref  backend,
socket_ref  capture = socket_ref() 
)
inline

Definition at line 2249 of file 3rdparty/cppzmq/zmq.hpp.

◆ proxy() [2/2]

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

Definition at line 2241 of file 3rdparty/cppzmq/zmq.hpp.

◆ proxy_steerable() [1/2]

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

Definition at line 2266 of file 3rdparty/cppzmq/zmq.hpp.

◆ proxy_steerable() [2/2]

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

Definition at line 2259 of file 3rdparty/cppzmq/zmq.hpp.

◆ swap() [1/3]

void zmq::swap ( context_t a,
context_t b 
)
inline

Definition at line 907 of file 3rdparty/cppzmq/zmq.hpp.

◆ swap() [2/3]

void zmq::swap ( message_t a,
message_t b 
)
inline

Definition at line 743 of file 3rdparty/cppzmq/zmq.hpp.

◆ swap() [3/3]

void zmq::swap ( socket_t a,
socket_t b 
)
inline

Definition at line 2235 of file 3rdparty/cppzmq/zmq.hpp.

◆ version()

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

Definition at line 380 of file 3rdparty/cppzmq/zmq.hpp.

Variable Documentation

◆ from_handle

ZMQ_CONSTEXPR_VAR from_handle_t zmq::from_handle
Initial value:
=
from_handle_t(from_handle_t::_private())

Definition at line 2076 of file 3rdparty/cppzmq/zmq.hpp.



behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:10