#include <PmtGainService.h>
Public Types | |
using | provider_type = PmtGainProvider |
Public Member Functions | |
virtual | ~PmtGainService ()=default |
Destructor. More... | |
PmtGainProvider const & | GetProvider () const |
PmtGainProvider const * | GetProviderPtr () const |
Private Member Functions | |
virtual PmtGainProvider const & | DoGetProvider () const =0 |
Returns a reference to the service provider. More... | |
virtual PmtGainProvider const * | DoGetProviderPtr () const =0 |
This service provides only a simple interface to a provider class
Definition at line 25 of file PmtGainService.h.
Definition at line 28 of file PmtGainService.h.
|
virtualdefault |
Destructor.
|
privatepure virtual |
Returns a reference to the service provider.
Implemented in lariov::SIOVPmtGainService.
|
privatepure virtual |
Implemented in lariov::SIOVPmtGainService.
|
inline |
Definition at line 34 of file PmtGainService.h.
|
inline |
Definition at line 37 of file PmtGainService.h.