MCPcopy Create free account
hub / github.com/assimp/assimp / PopDirectory

Method PopDirectory

code/Common/FileSystemFilter.h:192–195  ·  view source on GitHub ↗

------------------------------------------------------------------- Pops the top directory from the stack. */

Source from the content-addressed store, hash-verified

190 // -------------------------------------------------------------------
191 /** Pops the top directory from the stack. */
192 bool PopDirectory() {
193 ai_assert( nullptr != mWrapped );
194 return mWrapped->PopDirectory();
195 }
196
197 // -------------------------------------------------------------------
198 /** Creates an new directory at the given path. */

Callers 4

InternReadFileMethod · 0.45
readInlineMethod · 0.45
InternReadFileMethod · 0.45
InternReadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected