MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / attachStream

Function attachStream

Externals/Assimp-3.1.1/include/NullLogger.hpp:81–84  ·  view source on GitHub ↗

@brief Detach a still attached stream from logger */

Source from the content-addressed store, hash-verified

79
80 /** @brief Detach a still attached stream from logger */
81 bool attachStream(LogStream *pStream, unsigned int severity) {
82 (void)pStream; (void)severity; //this avoids compiler warnings
83 return false;
84 }
85
86 /** @brief Detach a still attached stream from logger */
87 bool detatchStream(LogStream *pStream, unsigned int severity) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected