Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <iostream>
#include <limits>
#include <functional>
#include <string>
#include <vector>
#include <map>
#include <datatools/handle.h>
Go to the source code of this file.
Classes | |
class | mygsl::unary_function_handle |
Smart handle to an unary function object. More... | |
Namespaces | |
mygsl | |
Top-level namespace of the Bayeux/mygsl module library. | |
Typedefs | |
typedef datatools::handle< i_unary_function > | mygsl::unary_function_handle_type |
Alias for a handle to an unary function object. More... | |
typedef datatools::handle< const i_unary_function > | mygsl::const_unary_function_handle_type |
Alias for a handle to a const unary function object. More... | |
typedef std::map< std::string, unary_function_handle_type > | mygsl::unary_function_dict_type |
Alias for dictionary of handles to unary function objects. More... | |