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

Method GetNextLine

code/AssetLib/AC/ACLoader.cpp:188–191  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get a pointer to the next line from the file

Source from the content-addressed store, hash-verified

186// ------------------------------------------------------------------------------------------------
187// Get a pointer to the next line from the file
188bool AC3DImporter::GetNextLine() {
189 SkipLine(&mBuffer.data, mBuffer.end);
190 return SkipSpaces(&mBuffer.data, mBuffer.end);
191}
192
193// ------------------------------------------------------------------------------------------------
194// Parse an object section in an AC file

Callers

nothing calls this directly

Calls 2

SkipLineFunction · 0.50
SkipSpacesFunction · 0.50

Tested by

no test coverage detected