stringstream_streams.h
Go to the documentation of this file.
1 #ifndef messagefacility_plugins_private_stringstream_streams_h
2 #define messagefacility_plugins_private_stringstream_streams_h
3 // vim: set sw=2 expandtab :
4 
6 
7 #include <map>
8 #include <string>
9 
10 namespace mf::priv {
11 
12  extern std::map<std::string, cet::ostream_handle> streams;
13 
14 }
15 #endif /* messagefacility_plugins_private_stringstream_streams_h */
16 
17 // Local Variables:
18 // mode: c++
19 // End:
std::map< std::string, cet::ostream_handle > streams
Definition: stringstream.cc:9