ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | List of all members
zmq::context_t Class Reference

#include <zmq.hpp>

Public Member Functions

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

Detailed Description

Definition at line 686 of file zmq.hpp.

Constructor & Destructor Documentation

◆ context_t() [1/2]

zmq::context_t::context_t ( )
inline

Definition at line 689 of file zmq.hpp.

◆ context_t() [2/2]

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

Definition at line 697 of file zmq.hpp.

◆ ~context_t()

zmq::context_t::~context_t ( )
inline

Definition at line 720 of file zmq.hpp.

Member Function Documentation

◆ close()

void zmq::context_t::close ( )
inline

Definition at line 754 of file zmq.hpp.

◆ getctxopt()

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

Definition at line 731 of file zmq.hpp.

◆ operator bool()

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

Definition at line 786 of file zmq.hpp.

◆ operator void *()

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

Definition at line 782 of file zmq.hpp.

◆ operator void const *()

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

Definition at line 784 of file zmq.hpp.

◆ setctxopt()

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

Definition at line 723 of file zmq.hpp.

◆ shutdown()

void zmq::context_t::shutdown ( )
inline

Definition at line 771 of file zmq.hpp.

◆ swap()

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

Definition at line 788 of file zmq.hpp.


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