zmq::context_t & getBaseContext() const
Definition: ZmqContextManager.h:72
static bool setContextToLeakOnDelete(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:77
Definition: ZmqContextManager.h:32
static void startContext(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:58
static std::shared_ptr< ZmqContextManager > getContextPointer(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:37
static zmq::context_t & getContext(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:53
~ZmqContextManager()
Definition: ZmqContextManager.cpp:96
static void closeContext(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:68
const std::string & getName() const
Definition: ZmqContextManager.h:70
static bool setContextToNotLeakOnDelete(const std::string &contextName=std::string{})
Definition: ZmqContextManager.cpp:87