SimGrid
3.16
Versatile Simulation of Distributed Systems
|
The location of where an exception has been throwed.
This is a tuple (FILE, LINE, func) and can be created with XBT_THROW_POINT.
#include <exception.hpp>
Public Member Functions | |
ThrowPoint ()=default | |
ThrowPoint (const char *file, int line, const char *function) | |
Public Attributes | |
const char * | file = nullptr |
int | line = 0 |
const char * | function = nullptr |
|
default |
|
inlineexplicit |
const char* simgrid::xbt::ThrowPoint::file = nullptr |
int simgrid::xbt::ThrowPoint::line = 0 |
const char* simgrid::xbt::ThrowPoint::function = nullptr |