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

Function Pimpl

Externals/Assimp-3.1.1/include/Importer.hpp:627–627  ·  view source on GitHub ↗

------------------------------------------------------------------- Private, do not use. */

Source from the content-addressed store, hash-verified

625 // -------------------------------------------------------------------
626 /** Private, do not use. */
627 ImporterPimpl* Pimpl() { return pimpl; };
628 const ImporterPimpl* Pimpl() const { return pimpl; };
629
630protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected