|
Assimp
v4.1. (December 2018)
|
Logs into a std::ostream. More...
Inherits Assimp::LogStream.
Public Member Functions | |
| StdOStreamLogStream (std::ostream &_ostream) | |
| Construction from an existing std::ostream. More... | |
| void | write (const char *message) |
| Writer More... | |
| ~StdOStreamLogStream () | |
| Destructor More... | |
Public Member Functions inherited from Assimp::LogStream | |
| virtual | ~LogStream () |
| Virtual destructor More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Assimp::LogStream | |
| static LogStream * | createDefaultStream (aiDefaultLogStream stream, const char *name="AssimpLog.txt", IOSystem *io=nullptr) |
| Creates a default log stream. More... | |
Protected Member Functions inherited from Assimp::LogStream | |
| LogStream () AI_NO_EXCEPT | |
| Default constructor. More... | |
Logs into a std::ostream.
|
inlineexplicit |
Construction from an existing std::ostream.
| _ostream | Output stream to be used |
|
inline |
Destructor
|
inlinevirtual |
Implements Assimp::LogStream.