|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ZmqContext.hpp>
Public Member Functions | |
| zmq::context_t & | GetContext () |
| void | set_context_threads (int nthreads) |
| void | set_context_maxsockets (int max_sockets) |
Static Public Member Functions | |
| static ZmqContext & | instance () |
Private Member Functions | |
| ZmqContext () | |
| ~ZmqContext () | |
| ZmqContext (ZmqContext const &)=delete | |
| ZmqContext (ZmqContext &&)=delete | |
| ZmqContext & | operator= (ZmqContext const &)=delete |
| ZmqContext & | operator= (ZmqContext &&)=delete |
Private Attributes | |
| zmq::context_t | m_context |
Static Private Attributes | |
| static constexpr int | s_minimum_sockets = 16636 |
Definition at line 110 of file ZmqContext.hpp.
|
inlineprivate |
Definition at line 133 of file ZmqContext.hpp.
|
inlineprivate |
Definition at line 156 of file ZmqContext.hpp.
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 119 of file ZmqContext.hpp.
|
inlinestatic |
Definition at line 113 of file ZmqContext.hpp.
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 126 of file ZmqContext.hpp.
|
inline |
Definition at line 121 of file ZmqContext.hpp.
|
private |
Definition at line 162 of file ZmqContext.hpp.
|
staticconstexprprivate |
Definition at line 163 of file ZmqContext.hpp.