ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
ZMQContext.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
#include <memory>
11
12
namespace
zmq
{
13
class
context_t;
14
}
15
16
namespace
cloudViewer
{
17
namespace
io {
18
namespace
rpc {
19
21
std::shared_ptr<zmq::context_t>
GetZMQContext
();
22
25
void
DestroyZMQContext
();
26
27
}
// namespace rpc
28
}
// namespace io
29
}
// namespace cloudViewer
cloudViewer::io::rpc::DestroyZMQContext
void DestroyZMQContext()
Definition:
ZMQContext.cpp:30
cloudViewer::io::rpc::GetZMQContext
std::shared_ptr< zmq::context_t > GetZMQContext()
Returns the zeromq context for this process.
Definition:
ZMQContext.cpp:22
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
zmq
Definition:
ConnectionBase.h:12
libs
cloudViewer
io
rpc
ZMQContext.h
Generated on Wed Jan 28 2026 09:00:55 for ACloudViewer by
1.9.1