Assimp
v4.1. (December 2018)
|
This class represents the stream to write out. More...
Public Member Functions | |
virtual std::string | format (const std::string &statement) |
Will format the sring and return the new formatted result. More... | |
StreamFormatterBase () | |
The class constructor. More... | |
virtual | ~StreamFormatterBase () |
The class destructor, virtual. More... | |
This class represents the stream to write out.
BEGIN_ODDLPARSER_NS StreamFormatterBase::StreamFormatterBase | ( | ) |
The class constructor.
|
virtual |
The class destructor, virtual.
|
virtual |
Will format the sring and return the new formatted result.
statement | [in] The string to reformat. |