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

Function TokenizeError

code/AssetLib/FBX/FBXTokenizer.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// signal tokenization error, this is always unrecoverable. Throws DeadlyImportError.
87AI_WONT_RETURN void TokenizeError(const std::string& message, unsigned int line, unsigned int column) AI_WONT_RETURN_SUFFIX;
88AI_WONT_RETURN void TokenizeError(const std::string& message, unsigned int line, unsigned int column)
89{
90 throw DeadlyImportError("FBX-Tokenize", Util::GetLineAndColumnText(line,column), message);
91}
92
93
94// process a potential data token up to 'cur', adding it to 'output_tokens'.

Callers 2

ProcessDataTokenFunction · 0.70
TokenizeFunction · 0.70

Calls 2

DeadlyImportErrorFunction · 0.85
GetLineAndColumnTextFunction · 0.85

Tested by

no test coverage detected