MCPcopy Create free account
hub / github.com/commontk/CTK / printError

Method printError

Documentation/CMakeDoxygenFilter.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312private:
313
314 void printError(const char* str)
315 {
316 std::cerr << "Error: " << str << " (at line " << _lexer.curLine() << ", col " << _lexer.curCol() << ")";
317 }
318
319 bool parseMacro()
320 {

Callers

nothing calls this directly

Calls 2

curLineMethod · 0.80
curColMethod · 0.80

Tested by

no test coverage detected