Gromacs
2018.8
|
#include <gromacs/utility/exceptions.h>
Stores the location from which an exception was thrown.
Public Member Functions | |
ThrowLocation (const char *func, const char *file, int line) | |
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. | |