μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces | Macros | Functions
log_inserters.location.hpp File Reference
#include <iostream>
#include <stdint.h>
Include dependency graph for log_inserters.location.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ ThisLocation

#define ThisLocation ( )    uhal::Location( __PRETTY_FUNCTION__ , __FILE__ , __LINE__ )

Definition at line 39 of file log_inserters.location.hpp.