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

Method GetReadLimit

include/assimp/StreamReader.h:283–285  ·  view source on GitHub ↗

--------------------------------------------------------------------- Get the current read limit in bytes. Reading over this limit * accidentally raises an exception. * @return The current limit. */

Source from the content-addressed store, hash-verified

281 * accidentally raises an exception.
282 * @return The current limit. */
283 unsigned int GetReadLimit() const {
284 return static_cast<unsigned int>(mLimit - mBuffer);
285 }
286
287 // ---------------------------------------------------------------------
288 /** Skip to the read limit in bytes. Reading over this limit

Callers 5

ReadShapeFunction · 0.80
ReadLightFunction · 0.80
ReadInstanceFunction · 0.80
ReadSceneFunction · 0.80
~chunk_guardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected