Gromacs
2021.6
|
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. | |