#include <memory>
Go to the source code of this file.
|
class | Kaskade::FunctorImpl< ReturnType_, Arguments > |
| Abstract functor implementation base class. More...
|
|
class | Kaskade::FunctorHandler< ParentFunctor, Fun, Arguments > |
| Implementation of FunctorImpl. Allows the use of function pointers as well as functors. More...
|
|
class | Kaskade::Functor< ReturnType_, Arguments > |
| Functor with first class semantics. More...
|
|
class | Kaskade::ApplyOperatorImpl< Scalar, Domain, Range, Assembler > |
| Store operator, independent of operator type. More...
|
|
class | Kaskade::ApplyOperatorHandler< ParentApplyOperator, Operator > |
| Implementation of FunctorImpl. Allows the use of function pointers as well as functors. More...
|
|
class | Kaskade::ApplyOperator< Scalar_, Domain_, Range_, Assembler_ > |
| Operator. More...
|
|