A service provider class. More...
Public Member Functions | |
| ProviderB () | |
| operator std::string () const | |
| ProviderB () | |
| virtual | ~ProviderB () noexcept=default |
| virtual | operator std::string () const |
| 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 |
Static Public Attributes | |
| static unsigned int | max_count = 0 |
A service provider class.
Definition at line 54 of file ProviderPack_test.cc.
|
inline |
Definition at line 56 of file ProviderPack_test.cc.
|
inline |
Definition at line 56 of file ProviderPack_test.cc.
|
virtualdefaultnoexcept |
|
inline |
Definition at line 55 of file ProviderPack_test.cc.
|
inline |
Definition at line 57 of file ProviderPack_test.cc.
|
inline |
Definition at line 58 of file ProviderPack_test.cc.
|
inlinevirtual |
| unsigned int svc::ProviderB::count |
Definition at line 61 of file ProviderPack_test.cc.
|
static |
Definition at line 63 of file ProviderPack_test.cc.
1.8.11