UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Utils_trace.hh File Reference
#include "Utils.hh"

Go to the source code of this file.

Classes

class  Utils::Runtime_TraceError
 A custom exception class that captures and stores a backtrace on error. More...
 

Namespaces

namespace  Utils
 

Macros

#define UTILS_TRACE_HH
 

Functions

void Utils::print_trace (int line, string_view file, string_view msg, ostream_type &stream)
 Prints a formatted trace message to the specified stream.
 
void Utils::printTrace (int line, string_view file, string_view reason, ostream_type &stream)
 

Macro Definition Documentation

◆ UTILS_TRACE_HH

#define UTILS_TRACE_HH