A service provider class. More...
Public Member Functions | |
| ProviderD () | |
| operator std::string () const | |
| ProviderD () | |
| operator std::string () const | |
| ProviderD () | |
| 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 82 of file ProviderPack_test.cc.
|
inline |
Definition at line 84 of file ProviderPack_test.cc.
|
inline |
Definition at line 99 of file ProviderPack_test.cc.
|
inline |
Definition at line 83 of file ProviderPack_test.cc.
|
inline |
Definition at line 85 of file ProviderPack_test.cc.
|
inline |
Definition at line 86 of file ProviderPack_test.cc.
|
inline |
Definition at line 101 of file ProviderPack_test.cc.
| unsigned int svc::ProviderD::count |
Definition at line 89 of file ProviderPack_test.cc.
|
static |
Definition at line 91 of file ProviderPack_test.cc.
1.8.11