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 void * handle () 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

void * ptr
 

Detailed Description

Definition at line 766 of file zmq.hpp.

Constructor & Destructor Documentation

zmq::context_t::context_t ( )
inline

Definition at line 769 of file zmq.hpp.

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

Definition at line 777 of file zmq.hpp.

zmq::context_t::~context_t ( )
inline

Definition at line 800 of file zmq.hpp.

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

Member Function Documentation

void zmq::context_t::close ( )
inline

Definition at line 834 of file zmq.hpp.

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

Definition at line 811 of file zmq.hpp.

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

Definition at line 866 of file zmq.hpp.

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

Definition at line 869 of file zmq.hpp.

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

Definition at line 862 of file zmq.hpp.

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

Definition at line 864 of file zmq.hpp.

void zmq::context_t::operator= ( const context_t )
private
int zmq::context_t::setctxopt ( int  option_,
int  optval_ 
)
inline

Definition at line 803 of file zmq.hpp.

void zmq::context_t::shutdown ( )
inline

Definition at line 851 of file zmq.hpp.

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

Definition at line 871 of file zmq.hpp.

Member Data Documentation

void* zmq::context_t::ptr
private

Definition at line 874 of file zmq.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:53