Class OSS is useful when streaming data through a function that expect a string as parameter. More...
#include <DSC_Exception.hxx>
Public Member Functions | |
| OSS () | |
| template<class T > | |
| OSS & | operator<< (T obj) |
| operator std::string () | |
Private Attributes | |
| std::ostringstream | oss_ |
Class OSS is useful when streaming data through a function that expect a string as parameter.
|
explicit |
| OSS::operator std::string | ( | ) |
References oss_.
|
private |
Referenced by operator std::string(), and operator<<().