MeshLib C++ Docs
Loading...
Searching...
No Matches
MRUnifiedPythonStream.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include <sstream>
4
5namespace MR
6{
9
12class MRPYTHON_CLASS UnifiedPythonStream
13{
14public:
15 MRPYTHON_API static std::stringstream& get();
16private:
17 UnifiedPythonStream() = default;
18 ~UnifiedPythonStream() = default;
19
20 std::stringstream ss_;
21};
22}
Definition MRUnifiedPythonStream.h:13
static MRPYTHON_API std::stringstream & get()
only for bindings generation
Definition MRCameraOrientationPlugin.h:8