19template<
typename StreamType>
26#pragma warning(suppress: 4251)
27 std::shared_ptr<StreamType> stream =
nullptr;
34 if (stream !=
nullptr) {
35 stream->stopListening();
48 void set(std::shared_ptr<StreamType> input) {
49 if (stream !=
nullptr) {
50 stream->stopListening();
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20