A service provider class derived from B. More...
Public Member Functions | |
ProviderB1 () | |
virtual | operator std::string () const override |
Public Member Functions inherited from svc::ProviderB | |
ProviderB () | |
operator std::string () const | |
ProviderB () | |
virtual | ~ProviderB () noexcept=default |
ProviderB () | |
operator std::string () const | |
Public Member Functions inherited from lar::UncopiableClass | |
UncopiableClass ()=default | |
Default constructor. More... | |
~UncopiableClass ()=default | |
Default destructor. More... | |
UncopiableClass (UncopiableClass const &)=delete | |
Deleted copy and move constructors and assignments. More... | |
UncopiableClass (UncopiableClass &&)=default | |
UncopiableClass & | operator= (UncopiableClass const &)=delete |
UncopiableClass & | operator= (UncopiableClass &&)=default |
Public Member Functions inherited from lar::UnmovableClass | |
UnmovableClass ()=default | |
Default constructor. More... | |
~UnmovableClass ()=default | |
Default destructor. More... | |
UnmovableClass (UnmovableClass const &)=default | |
Default copy constructor and assignment. More... | |
UnmovableClass & | operator= (UnmovableClass const &)=default |
UnmovableClass (UnmovableClass &&)=delete | |
Deleted move constructor and assignment. More... | |
UnmovableClass & | operator= (UnmovableClass &&)=delete |
Public Attributes | |
unsigned int | count |
Public Attributes inherited from svc::ProviderB | |
unsigned int | count |
Static Public Attributes | |
static unsigned int | max_count = 0 |
Static Public Attributes inherited from svc::ProviderB | |
static unsigned int | max_count = 0 |
A service provider class derived from B.
Definition at line 69 of file ProviderPack_test.cc.
|
inline |
Definition at line 71 of file ProviderPack_test.cc.
|
inlineoverridevirtual |
unsigned int svc::ProviderB1::count |
Definition at line 76 of file ProviderPack_test.cc.
|
static |
Definition at line 78 of file ProviderPack_test.cc.