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

Function GetLineAndColumnText

code/AssetLib/FBX/FBXUtil.cpp:90–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89// ------------------------------------------------------------------------------------------------
90std::string GetLineAndColumnText(unsigned int line, unsigned int column)
91{
92 return static_cast<std::string>( Formatter::format() << " (line " << line << " << col " << column << ") " );
93}
94
95// ------------------------------------------------------------------------------------------------
96std::string GetTokenText(const Token* tok)

Callers 1

TokenizeErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected