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 <sstream>
6 #include <string>
7 
8 namespace mf {
9 
10  std::ostringstream& getStringStream(std::string const& psetName);
11 
12 } // namespace mf
13 
14 #endif /* messagefacility_plugins_stringstream_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
std::string string
Definition: nybbler.cc:12
std::ostringstream & getStringStream(std::string const &psetName)
Definition: stringstream.cc:15