Subclass if std::ostream allowing to increase performance of outputting data into a string avoiding reallocation of buffer. Class LDOM_OSStream implements output into a sequence of strings and getting the result as a string. It inherits Standard_OStream (ostream). Beside methods of ostream, it also has additional useful methods: str(), Length() and Clear().
More...
#include <LDOM_OSStream.hxx>
Subclass if std::ostream allowing to increase performance of outputting data into a string avoiding reallocation of buffer. Class LDOM_OSStream implements output into a sequence of strings and getting the result as a string. It inherits Standard_OStream (ostream). Beside methods of ostream, it also has additional useful methods: str(), Length() and Clear().
◆ LDOM_OSStream()
◆ Clear()
void LDOM_OSStream::Clear |
( |
| ) |
|
|
inline |
◆ Length()
◆ str()
The documentation for this class was generated from the following file: