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

Function SkipLine

code/AssetLib/SMD/SMDLoader.h:330–334  ·  view source on GitHub ↗

-------------------------------------------------------------------

Source from the content-addressed store, hash-verified

328
329 // -------------------------------------------------------------------
330 inline bool SkipLine( const char* in, const char** out, const char *end) {
331 Assimp::SkipLine(in, out, end);
332 ++iLineNumber;
333 return true;
334 }
335 // -------------------------------------------------------------------
336 inline bool SkipSpacesAndLineEnd(const char *in, const char **out, const char *end) {
337 ++iLineNumber;

Callers 15

ParseFileMethod · 0.70
ParseVASectionMethod · 0.70
ParseSkeletonSectionMethod · 0.70
ParseBufferVerticesMethod · 0.50
InternReadFileMethod · 0.50
SkipLineMethod · 0.50
ParseHeaderMethod · 0.50
LoadShaderMethod · 0.50
GetNextLineMethod · 0.50
ParseSemanticMethod · 0.50
ParsePropertyMethod · 0.50
SkipLineMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected