PLaSK library
Loading...
Searching...
No Matches
combined_provider.hpp File Reference

This file contains templates and base classes for providers which combines (for example: sum) values from other providers. More...

#include <set>
#include <boost/iterator/indirect_iterator.hpp>
#include "providerfor.hpp"
Include dependency graph for combined_provider.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::CombinedProviderBase< BaseProviderT >
 Template of base class of combine provider. More...
 
struct  plask::FieldSumProviderImpl< PropertyT, SpaceT, VariadicTemplateTypesHolder< ExtraArgs... > >
 
struct  plask::FieldSumProviderImpl< PropertyT, SpaceT, VariadicTemplateTypesHolder< ExtraArgs... > >::SumLazyDataImpl
 
struct  plask::FieldSumProvider< PropertyT, SpaceT >
 Template of class of sum provider for providers with interpolation. More...
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Detailed Description

This file contains templates and base classes for providers which combines (for example: sum) values from other providers.

Definition in file combined_provider.hpp.