Gromacs  2026.0-dev-20241204-d69d709
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::ThrowLocation Struct Reference

#include <gromacs/utility/exceptions.h>

Description

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.
 

The documentation for this struct was generated from the following file: