This is the base interface of all Rsc services.
More...
#include <IRscService.hpp>
This is the base interface of all Rsc services.
◆ IRscService() [1/2]
Arp::Base::Rsc::Commons::IRscService::IRscService |
( |
const IRscService & |
arg | ) |
|
|
delete |
The deleted copy constructor.
- Parameters
-
◆ IRscService() [2/2]
Arp::Base::Rsc::Commons::IRscService::IRscService |
( |
IRscService && |
arg | ) |
|
|
defaultnoexcept |
The default move constructor.
- Parameters
-
◆ GetProxyFactory()
Returns a reference to service proxy factory to create a proxy instance of this service.
- Returns
- A reference to the service proxy factory.
This is a policy operation and shall be implemented in any Rsc service interface class as a static operation.
◆ operator=() [1/2]
The deleted assignment operator.
- Parameters
-
- Returns
- This instance.
◆ operator=() [2/2]
The default move-assignment operator.
- Parameters
-
- Returns
- This instance.
The documentation for this class was generated from the following file: