20 #ifndef MULTISTREAM_H_
21 #define MULTISTREAM_H_
24 #include "../basic_types/globals.h"
25 #include "MultiStreamBuffer.h"
40 void addOStream(shared_ptr<std::ostream> str);
42 size_t removeOStream(shared_ptr<std::ostream> str);
48 vector<shared_ptr<std::ostream>> streams;
Definition: MultiStreamBuffer.h:31
Definition: MultiStream.h:32