Public Types | |
template<typename Prov , typename... Args> | |
using | setupProvider_t = std::function< std::unique_ptr< Prov >(Args...)> |
Generic setup provider function type. More... | |
using | StandardStopWatch = StopWatch<> |
A StopWatch with default template arguments. More... | |
template<typename Prov , typename... Args> | |
using | setupProvider_t = std::function< std::unique_ptr< Prov >(Args...)> |
Generic setup provider function type. More... | |
using | StandardStopWatch = StopWatch<> |
A StopWatch with default template arguments. More... | |
Public Member Functions | |
testing (int n) | |
int | operator() () const |
Private Attributes | |
int | num |
Definition at line 11 of file runEventSelection.cc.
using testing::setupProvider_t = std::function<std::unique_ptr<Prov>(Args...)> |
Generic setup provider function type.
Definition at line 37 of file ProviderTestHelpers.h.
using testing::setupProvider_t = std::function<std::unique_ptr<Prov>(Args...)> |
Generic setup provider function type.
Definition at line 38 of file ProviderTestHelpers.h.
using testing::StandardStopWatch = StopWatch<> |
A StopWatch with default template arguments.
Definition at line 174 of file StopWatch.h.
using testing::StandardStopWatch = StopWatch<> |
A StopWatch with default template arguments.
Definition at line 174 of file StopWatch.h.
|
inline |
Definition at line 15 of file runEventSelection.cc.
|
inline |
Definition at line 16 of file runEventSelection.cc.
|
private |
Definition at line 13 of file runEventSelection.cc.