#include <MockRun.h>
|
| template<typename T , typename... ARGS> |
| void | put (ARGS &&...args) |
| |
| template<typename T > |
| T | get () const |
| |
Definition at line 12 of file MockRun.h.
template<typename T >
| T arttest::MockRun::get |
( |
| ) |
const |
|
inline |
Definition at line 24 of file MockRun.h.
std::vector< art::EDProduct * > products_
template<typename T , typename... ARGS>
| void arttest::MockRun::put |
( |
ARGS &&... |
args | ) |
|
|
inline |
Definition at line 16 of file MockRun.h.
18 auto prod = std::make_unique<T>(std::forward<ARGS>(
args)...);
std::vector< art::EDProduct * > products_
The documentation for this class was generated from the following file:
- canvas/canvas/test/Persistency/Common/MockRun.h