3 #ifndef MYGSL_UNARY_FUNCTION_UTILS_H 4 #define MYGSL_UNARY_FUNCTION_UTILS_H 1 54 #endif // MYGSL_UNARY_FUNCTION_UTILS_H datatools::handle< i_unary_function > unary_function_handle_type
Alias for a handle to an unary function object.
Definition: unary_function_utils.h:21
virtual ~unary_function_handle()
const i_unary_function & func() const
Abstract interface for unary functions : R -> R.
Definition: i_unary_function.h:44
Smart handle to an unary function object.
Definition: unary_function_utils.h:33
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
std::map< std::string, unary_function_handle_type > unary_function_dict_type
Alias for dictionary of handles to unary function objects.
Definition: unary_function_utils.h:30
datatools::handle< const i_unary_function > const_unary_function_handle_type
Alias for a handle to a const unary function object.
Definition: unary_function_utils.h:27