![]() |
ATLAS Offline Software
|
#include <ISkipEventIdxSvc.h>
Classes | |
| struct | EvtId |
Public Types | |
| using | EvtIter = std::vector<EvtId>::const_iterator |
Public Member Functions | |
| DeclareInterfaceID (ISkipEventIdxSvc, 1, 0) | |
| template<typename Fn, std::enable_if_t< std::is_invocable_r_v< StatusCode, Fn, EvtIter, EvtIter > >> | |
| StatusCode | registerCallback (Fn &&callback) |
| virtual StatusCode | registerCallback (std::function< StatusCode(EvtIter, EvtIter)> &&callback)=0 |
Definition at line 13 of file ISkipEventIdxSvc.h.
| using ISkipEventIdxSvc::EvtIter = std::vector<EvtId>::const_iterator |
Definition at line 23 of file ISkipEventIdxSvc.h.
| ISkipEventIdxSvc::DeclareInterfaceID | ( | ISkipEventIdxSvc | , |
| 1 | , | ||
| 0 | ) |
|
inline |
Definition at line 28 of file ISkipEventIdxSvc.h.
|
pure virtual |