CMS 3D CMS Logo

List of all members | Public Member Functions
edm::stream::impl::ExternalWork Class Referenceabstract

#include <implementors.h>

Public Member Functions

virtual void acquire (Event const &, edm::EventSetup const &, WaitingTaskWithArenaHolder)=0
 
 ExternalWork ()=default
 
 ExternalWork (ExternalWork const &)=delete
 
ExternalWorkoperator= (ExternalWork const &)=delete
 
virtual ~ExternalWork ()(false)
 

Detailed Description

Definition at line 153 of file implementors.h.

Constructor & Destructor Documentation

edm::stream::impl::ExternalWork::ExternalWork ( )
default
edm::stream::impl::ExternalWork::ExternalWork ( ExternalWork const &  )
delete
virtual edm::stream::impl::ExternalWork::~ExternalWork ( )
inlinevirtual

Definition at line 158 of file implementors.h.

158 {};

Member Function Documentation

virtual void edm::stream::impl::ExternalWork::acquire ( Event const &  ,
edm::EventSetup const &  ,
WaitingTaskWithArenaHolder   
)
pure virtual
ExternalWork& edm::stream::impl::ExternalWork::operator= ( ExternalWork const &  )
delete