Public Types | Public Member Functions | Private Attributes | List of all members
testing Class Reference

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
 

Detailed Description

Definition at line 11 of file runEventSelection.cc.

Member Typedef Documentation

template<typename Prov , typename... Args>
using testing::setupProvider_t = std::function<std::unique_ptr<Prov>(Args...)>

Generic setup provider function type.

Definition at line 37 of file ProviderTestHelpers.h.

template<typename Prov , typename... Args>
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.

Constructor & Destructor Documentation

testing::testing ( int  n)
inline

Definition at line 15 of file runEventSelection.cc.

15 : num(n){}
std::void_t< T > n

Member Function Documentation

int testing::operator() ( void  ) const
inline

Definition at line 16 of file runEventSelection.cc.

16  {
17  //std::cout << num << std::endl;
18  return num;
19  }

Member Data Documentation

int testing::num
private

Definition at line 13 of file runEventSelection.cc.


The documentation for this class was generated from the following files: