#include <stdint.h>
#include <iostream>
Go to the source code of this file.
|
| 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...
|
| |
◆ ThisLocation
| #define ThisLocation |
( |
| ) |
uhal::Location( __PRETTY_FUNCTION__ , __FILE__ , __LINE__ ) |
Definition at line 37 of file log_inserters.location.hpp.
Referenced by uhal::NodeTreeBuilder::CallBack(), uhal::ControlHub< InnerProtocol >::dispatchExceptionHandler(), uhal::IPbus< 1, IPbus_minor >::dispatchExceptionHandler(), uhal::IPbusCore::dispatchExceptionHandler(), uhal::IPbus< 2, IPbus_minor >::dispatchExceptionHandler(), uhal::utilities::HttpGet(), uhal::TCP< InnerProtocol, nr_buffers_per_send >::implementDispatch(), uhal::UDP< InnerProtocol >::implementDispatch(), uhal::tests::job_multiple(), uhal::tests::UHAL_TESTS_DEFINE_CLIENT_TEST_CASES(), uhal::TCP< InnerProtocol, nr_buffers_per_send >::~TCP(), and uhal::UDP< InnerProtocol >::~UDP().