GetName
Get the name of the function.
@GetMethodsInterface
INTERFACE
MODULE PURE FUNCTION auf_GetName(obj) RESULT(ans)
CLASS(UserFunction_), INTENT(IN) :: obj
CHARACTER(:), ALLOCATABLE :: ans
END FUNCTION auf_GetName
END INTERFACE
Get the name of the function.
@GetMethodsINTERFACE
MODULE PURE FUNCTION auf_GetName(obj) RESULT(ans)
CLASS(UserFunction_), INTENT(IN) :: obj
CHARACTER(:), ALLOCATABLE :: ans
END FUNCTION auf_GetName
END INTERFACE