#include <iostream>
#include <limits>
#include <functional>
#include <string>
#include <vector>
#include <map>
#include <boost/cstdint.hpp>
#include <datatools/handle.h>
#include <datatools/factory_macros.h>
#include <datatools/i_tree_dump.h>
#include <datatools/properties.h>
#include <mygsl/ioutils.h>
#include <mygsl/interval.h>
#include <mygsl/unary_function_utils.h>
Go to the source code of this file.
|
| mygsl |
| Top-level namespace of the Bayeux/mygsl module library.
|
|
◆ MYGSL_UNARY_FUNCTOR_REGISTRATION_IMPLEMENT
◆ MYGSL_UNARY_FUNCTOR_REGISTRATION_INTERFACE
#define MYGSL_UNARY_FUNCTOR_REGISTRATION_INTERFACE |
( |
|
UnaryFunctorClass | ) |
|
Value:private: \
Abstract interface for unary functions : R -> R.
Definition: i_unary_function.h:44