#pragma once #include class Stream { private: public: Stream(){}; ~Stream(){}; int Id; std::string uri; };