|
Gromacs
2026.0-dev-20251106-2ba968f
|
#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. | |
1.8.5