|
dune-functions
2.7.1
|
#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 | |
| Dune | |
| Dune::Functions | |
Functions | |
| template<class F > | |
| CallableFunctionWrapper< F > | Dune::Functions::callable (const F &f) |
| Create a callable object from some Dune::VirtualFunction. More... | |
| template<class F > | |
| CallableFunctionWrapper< F > | Dune::Functions::callable (const std::shared_ptr< F > &fp) |
| Create a callable object from shared_ptr<F> More... | |