Public Member Functions | Private Member Functions | Private Attributes | List of all members
zmq::context_t Class Reference

#include <zmq.hpp>

Public Member Functions

void close () ZMQ_NOTHROW
 
void close () ZMQ_NOTHROW
 
 context_t ()
 
 context_t ()
 
 context_t (int io_threads_, int max_sockets_=ZMQ_MAX_SOCKETS_DFLT)
 
 context_t (int io_threads_, int max_sockets_=ZMQ_MAX_SOCKETS_DFLT)
 
int getctxopt (int option_)
 
int getctxopt (int option_)
 
ZMQ_NODISCARD void * handle () ZMQ_NOTHROW
 
ZMQ_NODISCARD void * handle () ZMQ_NOTHROW
 
 operator bool () const ZMQ_NOTHROW
 
 operator bool () const ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void * () ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void * () ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void const * () const ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void const * () const ZMQ_NOTHROW
 
int setctxopt (int option_, int optval_)
 
int setctxopt (int option_, int optval_)
 
void shutdown () ZMQ_NOTHROW
 
void shutdown () ZMQ_NOTHROW
 
void swap (context_t &other) ZMQ_NOTHROW
 
void swap (context_t &other) ZMQ_NOTHROW
 
 ~context_t () ZMQ_NOTHROW
 
 ~context_t () ZMQ_NOTHROW
 

Private Member Functions

 context_t (const context_t &) ZMQ_DELETED_FUNCTION
 
 context_t (const context_t &) ZMQ_DELETED_FUNCTION
 
void operator= (const context_t &) ZMQ_DELETED_FUNCTION
 
void operator= (const context_t &) ZMQ_DELETED_FUNCTION
 

Private Attributes

void * ptr
 

Detailed Description

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

Constructor & Destructor Documentation

◆ context_t() [1/6]

zmq::context_t::context_t ( )
inline

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

◆ context_t() [2/6]

zmq::context_t::context_t ( int  io_threads_,
int  max_sockets_ = ZMQ_MAX_SOCKETS_DFLT 
)
inlineexplicit

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

◆ ~context_t() [1/2]

zmq::context_t::~context_t ( )
inline

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

◆ context_t() [3/6]

zmq::context_t::context_t ( const context_t )
private

◆ context_t() [4/6]

zmq::context_t::context_t ( )
inline

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

◆ context_t() [5/6]

zmq::context_t::context_t ( int  io_threads_,
int  max_sockets_ = ZMQ_MAX_SOCKETS_DFLT 
)
inlineexplicit

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

◆ ~context_t() [2/2]

zmq::context_t::~context_t ( )
inline

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

◆ context_t() [6/6]

zmq::context_t::context_t ( const context_t )
private

Member Function Documentation

◆ close() [1/2]

void zmq::context_t::close ( )
inline

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

◆ close() [2/2]

void zmq::context_t::close ( )
inline

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

◆ getctxopt() [1/2]

int zmq::context_t::getctxopt ( int  option_)
inline

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

◆ getctxopt() [2/2]

int zmq::context_t::getctxopt ( int  option_)
inline

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

◆ handle() [1/2]

ZMQ_NODISCARD void* zmq::context_t::handle ( )
inline

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

◆ handle() [2/2]

ZMQ_NODISCARD void* zmq::context_t::handle ( )
inline

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

◆ operator bool() [1/2]

zmq::context_t::operator bool ( ) const
inline

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

◆ operator bool() [2/2]

zmq::context_t::operator bool ( ) const
inline

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

◆ operator void *() [1/2]

ZMQ_EXPLICIT zmq::context_t::operator void * ( )
inline

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

◆ operator void *() [2/2]

ZMQ_EXPLICIT zmq::context_t::operator void * ( )
inline

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

◆ operator void const *() [1/2]

ZMQ_EXPLICIT zmq::context_t::operator void const * ( ) const
inline

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

◆ operator void const *() [2/2]

ZMQ_EXPLICIT zmq::context_t::operator void const * ( ) const
inline

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

◆ operator=() [1/2]

void zmq::context_t::operator= ( const context_t )
private

◆ operator=() [2/2]

void zmq::context_t::operator= ( const context_t )
private

◆ setctxopt() [1/2]

int zmq::context_t::setctxopt ( int  option_,
int  optval_ 
)
inline

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

◆ setctxopt() [2/2]

int zmq::context_t::setctxopt ( int  option_,
int  optval_ 
)
inline

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

◆ shutdown() [1/2]

void zmq::context_t::shutdown ( )
inline

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

◆ shutdown() [2/2]

void zmq::context_t::shutdown ( )
inline

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

◆ swap() [1/2]

void zmq::context_t::swap ( context_t other)
inline

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

◆ swap() [2/2]

void zmq::context_t::swap ( context_t other)
inline

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

Member Data Documentation

◆ ptr

void * zmq::context_t::ptr
private

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


The documentation for this class was generated from the following file:


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