#include <ServiceUsing.h>
Public Member Functions | |
| ServiceUsing (fhicl::ParameterSet const &, art::ActivityRegistry &) | |
| int | getCachedValue () const |
| bool | postBeginJobCalled () const |
Private Member Functions | |
| void | postBeginJob () |
Private Attributes | |
| bool | postBeginJobCalled_ {false} |
| int | cached_value_ {} |
| ServiceHandle< Wanted > | wanted_ {} |
Definition at line 12 of file ServiceUsing.h.
| art::test::ServiceUsing::ServiceUsing | ( | fhicl::ParameterSet const & | , |
| art::ActivityRegistry & | reg | ||
| ) |
Definition at line 6 of file ServiceUsing_service.cc.
|
inline |
Definition at line 18 of file ServiceUsing.h.
|
private |
Definition at line 14 of file ServiceUsing_service.cc.
|
inline |
Definition at line 24 of file ServiceUsing.h.
|
private |
Definition at line 34 of file ServiceUsing.h.
|
private |
Definition at line 32 of file ServiceUsing.h.
|
private |
Definition at line 36 of file ServiceUsing.h.
1.8.11