#include <iostream>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | uhal::Location |
A class to wrap the function name, filename and line-number location of its construction for the purpose of debugging and tracking unwinding exceptions. More... | |
Namespaces | |
uhal | |
Macros | |
#define | ThisLocation() uhal::Location( __PRETTY_FUNCTION__ , __FILE__ , __LINE__ ) |
Functions | |
std::ostream & | uhal::operator<< (std::ostream &aStr, const Location &aLocation) |
#define ThisLocation | ( | ) | uhal::Location( __PRETTY_FUNCTION__ , __FILE__ , __LINE__ ) |
Definition at line 39 of file log_inserters.location.hpp.