PLaSK library
|
Specializations of this class define implementations of providers for given property tag: More...
#include <plask/provider/providerfor.hpp>
Public Types | |
typedef PropertyT | PropertyTag |
typedef SpaceT | SpaceType |
Public Member Functions | |
template<typename ... Args> | |
ProviderFor (Args &&... params) | |
Delegate all constructors to parent class. | |
Specializations of this class define implementations of providers for given property tag:
PropertyT | property tag class (describe physical property) |
SpaceT | type of space, required (and allowed) only for fields properties |
Definition at line 447 of file providerfor.hpp.
typedef PropertyT plask::ProviderFor< PropertyT, SpaceT >::PropertyTag |
Definition at line 449 of file providerfor.hpp.
typedef SpaceT plask::ProviderFor< PropertyT, SpaceT >::SpaceType |
Definition at line 450 of file providerfor.hpp.
|
inline |
Delegate all constructors to parent class.
Definition at line 454 of file providerfor.hpp.