![]() |
UtilsLite
Utilities for C++ programming
|
#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) |
#define UTILS_TRACE_HH |