24template<
typename StreamType>
31#pragma warning(suppress: 4251)
32 std::shared_ptr<StreamType> stream =
nullptr;
39 if (stream !=
nullptr) {
40 stream->stopListening();
53 void set(std::shared_ptr<StreamType> input) {
54 if (stream !=
nullptr) {
55 stream->stopListening();
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25