Gromacs  2021.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
current_function.h File Reference
+ This graph shows which files directly or indirectly include this file:

Description

Declares GMX_CURRENT_FUNCTION for getting the current function name.

The implementation is essentially copied from Boost 1.55 (see reference below).

Macros

#define GMX_CURRENT_FUNCTION   "(unknown)"
 Expands to a string that provides the name of the current function.
 

Functions

void gmx::internal::current_function_helper ()
 Helper for defining GMX_CURRENT_FUNCTION.