|
dune-functions 2.9.0
|
#include <memory>#include <functional>#include <dune/common/function.hh>#include <dune/common/shared_ptr.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::CallableFunctionWrapper< F > |
| Wrap a Dune::VirtualFunction into a callable object. More... | |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Functions |
Functions | |
| template<class F > | |
| CallableFunctionWrapper< F > | Dune::Functions::callable (const F &f) |
| Create a callable object from some Dune::VirtualFunction. | |
| template<class F > | |
| CallableFunctionWrapper< F > | Dune::Functions::callable (const std::shared_ptr< F > &fp) |
| Create a callable object from std::shared_ptr<F> | |