Gromacs
2026.0-dev-20241204-d69d709
|
#include <gromacs/utility/exceptions.h>
Stores the location from which an exception was thrown.
Public Member Functions | |
ThrowLocation (const char *function, const char *fileName, int lineNumber) | |
Creates an object for storing the throw location. | |
Public Attributes | |
const char * | func |
Function where the throw occurred. | |
const char * | file |
File where the throw occurred. | |
int | line |
Line number where the throw occurred. | |