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
 
 context_t ()
 
 context_t (int io_threads_, int max_sockets_=ZMQ_MAX_SOCKETS_DFLT)
 
int getctxopt (int option_)
 
ZMQ_NODISCARD voidhandle () ZMQ_NOTHROW
 
 operator bool () const ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void * () ZMQ_NOTHROW
 
ZMQ_EXPLICIT operator void const * () const ZMQ_NOTHROW
 
int setctxopt (int option_, int optval_)
 
void shutdown () ZMQ_NOTHROW
 
void swap (context_t &other) ZMQ_NOTHROW
 
 ~context_t () ZMQ_NOTHROW
 

Private Member Functions

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

Private Attributes

voidptr
 

Detailed Description

Definition at line 799 of file zmq.hpp.

Constructor & Destructor Documentation

◆ context_t() [1/3]

zmq::context_t::context_t ( )
inline

Definition at line 802 of file zmq.hpp.

◆ context_t() [2/3]

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

Definition at line 810 of file zmq.hpp.

◆ ~context_t()

zmq::context_t::~context_t ( )
inline

Definition at line 833 of file zmq.hpp.

◆ context_t() [3/3]

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

Member Function Documentation

◆ close()

void zmq::context_t::close ( )
inline

Definition at line 867 of file zmq.hpp.

◆ getctxopt()

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

Definition at line 844 of file zmq.hpp.

◆ handle()

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

Definition at line 899 of file zmq.hpp.

◆ operator bool()

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

Definition at line 902 of file zmq.hpp.

◆ operator void *()

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

Definition at line 895 of file zmq.hpp.

◆ operator void const *()

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

Definition at line 897 of file zmq.hpp.

◆ operator=()

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

◆ setctxopt()

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

Definition at line 836 of file zmq.hpp.

◆ shutdown()

void zmq::context_t::shutdown ( )
inline

Definition at line 884 of file zmq.hpp.

◆ swap()

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

Definition at line 904 of file zmq.hpp.

Member Data Documentation

◆ ptr

void* zmq::context_t::ptr
private

Definition at line 907 of file zmq.hpp.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11