MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / to_err

Function to_err

include/daScript/simulate/simulate.h:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 to_out(at, LogLevel::defaultPrint, message);
545 }
546 virtual void to_err ( const LineInfo * at, const char * message ) {
547 // output to stderr or equivalent
548 to_out(at, LogLevel::error, message);
549 }
550 virtual void breakPoint(const LineInfo & info, const char * reason = "breakpoint", const char * text = ""); // what to do in case of breakpoint
551
552 __forceinline vec4f * abiArguments() {

Callers 3

throw_fatal_errorMethod · 0.85
rethrowMethod · 0.85
ContextMethod · 0.85

Calls 1

to_outFunction · 0.85

Tested by

no test coverage detected