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

Function AcSkipToNextToken

code/AssetLib/AC/ACLoader.cpp:82–87  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ skip to the next token

Source from the content-addressed store, hash-verified

80// ------------------------------------------------------------------------------------------------
81// skip to the next token
82inline const char *AcSkipToNextToken(const char *buffer, const char *end) {
83 if (!SkipSpaces(&buffer, end)) {
84 ASSIMP_LOG_ERROR("AC3D: Unexpected EOF/EOL");
85 }
86 return buffer;
87}
88
89// ------------------------------------------------------------------------------------------------
90// read a string (may be enclosed in double quotation marks). buffer must point to "

Callers 2

TAcCheckedLoadFloatArrayFunction · 0.85
InternReadFileMethod · 0.85

Calls 1

SkipSpacesFunction · 0.50

Tested by

no test coverage detected