LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
stringstream.h
Go to the documentation of this file.
1 #ifndef messagefacility_plugins_stringstream_h
2 #define messagefacility_plugins_stringstream_h
3 // vim: set sw=2 expandtab :
4 
5 #include "cetlib/ostream_handle.h"
6 
7 #include <sstream>
8 
9 namespace mf {
10 
11  std::ostringstream& getStringStream(std::string const& psetName);
12 
13 } // namespace mf
14 
15 #endif /* messagefacility_plugins_stringstream_h */
16 
17 // Local Variables:
18 // mode: c++
19 // End:
std::ostringstream & getStringStream(std::string const &psetName)