#include <string>
#include <strstream>
Include dependency graph for strstr2str.h:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Util |
Functions | |
std::string | strstream2str (std::strstream &ss) |
Safely convert ss to string. | |
std::string | strstream2str (std::ostrstream &ss) |
Safely convert ss to string. | |
std::string & | strstream2str (std::strstream &ss, std::string &s) |
Safely convert ss to string s, return s. | |
std::string & | strstream2str (std::ostrstream &ss, std::string &s) |
Safely convert ss to string s, return s. |
Not very useful, once {o}stringstream is available:
Definition in file strstr2str.h.
|
Safely convert ss to string.
|
|
Safely convert ss to string.
|
|
Safely convert ss to string s, return s.
|
|
Safely convert ss to string s, return s.
|
dvutil-0.13.15 | [30 December, 2004] |