![]() |
The Gaudi Framework
v26r3
|
Classes | |
struct | IoMode |
Public Member Functions | |
DeclareInterfaceID (IIoComponentMgr, 1, 0) | |
virtual | ~IIoComponentMgr () |
Destructor: More... | |
virtual StatusCode | io_register (IIoComponent *iocomponent)=0 |
: allow a IIoComponent to register itself with this manager so appropriate actions can be taken when e.g. More... | |
virtual StatusCode | io_register (IIoComponent *iocomponent, IIoComponentMgr::IoMode::Type iomode, const std::string &fname, const std::string &pfn="")=0 |
: allow a IIoComponent to register itself with this manager so appropriate actions can be taken when e.g. More... | |
virtual StatusCode | io_update (IIoComponent *iocomponent, const std::string &old_fname, const std::string &new_fname)=0 |
: allow a IIoComponent to update the contents of the registry with a new file name More... | |
virtual StatusCode | io_update (IIoComponent *iocomponent, const std::string &work_dir)=0 |
: allow a IIoComponent to update the contents of the registry with a new work directory More... | |
virtual StatusCode | io_update_all (const std::string &work_dir)=0 |
: Update all IIoComponents with a new work directory More... | |
virtual bool | io_hasitem (IIoComponent *iocomponent) const =0 |
: check if the registry contains a given IIoComponent More... | |
virtual bool | io_contains (IIoComponent *iocomponent, const std::string &fname) const =0 |
: check if the registry contains a given IIoComponent and that component had More... | |
virtual StatusCode | io_retrieve (IIoComponent *iocomponent, std::string &fname)=0 |
: retrieve the new filename for a given IIoComponent and More... | |
virtual StatusCode | io_reinitialize ()=0 |
: reinitialize the I/O subsystem. More... | |
virtual StatusCode | io_finalize ()=0 |
: finalize the I/O subsystem. More... | |
DeclareInterfaceID (IIoComponentMgr, 1, 0) | |
virtual | ~IIoComponentMgr () |
Destructor: More... | |
virtual StatusCode | io_register (IIoComponent *iocomponent)=0 |
: allow a IIoComponent to register itself with this manager so appropriate actions can be taken when e.g. More... | |
virtual StatusCode | io_register (IIoComponent *iocomponent, IIoComponentMgr::IoMode::Type iomode, const std::string &fname, const std::string &pfn="")=0 |
: allow a IIoComponent to register itself with this manager so appropriate actions can be taken when e.g. More... | |
virtual StatusCode | io_update (IIoComponent *iocomponent, const std::string &old_fname, const std::string &new_fname)=0 |
: allow a IIoComponent to update the contents of the registry with a new file name More... | |
virtual StatusCode | io_update (IIoComponent *iocomponent, const std::string &work_dir)=0 |
: allow a IIoComponent to update the contents of the registry with a new work directory More... | |
virtual StatusCode | io_update_all (const std::string &work_dir)=0 |
: Update all IIoComponents with a new work directory More... | |
virtual bool | io_hasitem (IIoComponent *iocomponent) const =0 |
: check if the registry contains a given IIoComponent More... | |
virtual bool | io_contains (IIoComponent *iocomponent, const std::string &fname) const =0 |
: check if the registry contains a given IIoComponent and that component had More... | |
virtual StatusCode | io_retrieve (IIoComponent *iocomponent, std::string &fname)=0 |
: retrieve the new filename for a given IIoComponent and More... | |
virtual StatusCode | io_reinitialize ()=0 |
: reinitialize the I/O subsystem. More... | |
virtual StatusCode | io_finalize ()=0 |
: finalize the I/O subsystem. More... | |
![]() | |
DeclareInterfaceID (INamedInterface, 1, 0) | |
InterfaceID. More... | |
virtual const std::string & | name () const =0 |
Retrieve the name of the instance. More... | |
virtual | ~INamedInterface () |
Virtual destructor (always needed for abstract classes). More... | |
DeclareInterfaceID (INamedInterface, 1, 0) | |
InterfaceID. More... | |
virtual const std::string & | name () const =0 |
Retrieve the name of the instance. More... | |
virtual | ~INamedInterface () |
Virtual destructor (always needed for abstract classes). More... | |
![]() | |
virtual void * | i_cast (const InterfaceID &) const =0 |
main cast function More... | |
virtual std::vector< std::string > | getInterfaceNames () const =0 |
Returns a vector of strings containing the names of all the implemented interfaces. More... | |
virtual unsigned long | addRef ()=0 |
Increment the reference count of Interface instance. More... | |
virtual unsigned long | release ()=0 |
Release Interface instance. More... | |
virtual unsigned long | refCount () const =0 |
Current reference count. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
Set the void** to the pointer to the requested interface of the instance. More... | |
virtual | ~IInterface () |
Virtual destructor. More... | |
virtual void * | i_cast (const InterfaceID &) const =0 |
main cast function More... | |
virtual std::vector< std::string > | getInterfaceNames () const =0 |
Returns a vector of strings containing the names of all the implemented interfaces. More... | |
virtual unsigned long | addRef ()=0 |
Increment the reference count of Interface instance. More... | |
virtual unsigned long | release ()=0 |
Release Interface instance. More... | |
virtual unsigned long | refCount () const =0 |
Current reference count. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
Set the void** to the pointer to the requested interface of the instance. More... | |
virtual | ~IInterface () |
Virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
Return status. More... | |
enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
Return status. More... | |
typedef Gaudi::InterfaceId< IInterface, 0, 0 > | iid |
Interface ID. More... | |
typedef mpl::set1< iid > | ext_iids |
Extra interfaces. More... | |
typedef Gaudi::InterfaceId< IInterface, 0, 0 > | iid |
Interface ID. More... | |
typedef mpl::set1< iid > | ext_iids |
Extra interfaces. More... | |
![]() | |
static const InterfaceID & | interfaceID () |
Return an instance of InterfaceID identifying the interface. More... | |
static const InterfaceID & | interfaceID () |
Return an instance of InterfaceID identifying the interface. More... | |
Definition at line 22 of file IIoComponentMgr.h.
|
virtual |
|
virtual |
Destructor:
IIoComponentMgr::DeclareInterfaceID | ( | IIoComponentMgr | , |
1 | , | ||
0 | |||
) |
IIoComponentMgr::DeclareInterfaceID | ( | IIoComponentMgr | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
: check if the registry contains a given IIoComponent
and that component had
<tt>fname</tt> | as a filename |
Implemented in IoComponentMgr.
|
pure virtual |
: check if the registry contains a given IIoComponent
and that component had
<tt>fname</tt> | as a filename |
Implemented in IoComponentMgr.
|
pure virtual |
: finalize the I/O subsystem.
Hook to allow to e.g. give a chance to I/O subsystems to merge output files. Not sure how to do this correctly though...
Implemented in IoComponentMgr.
|
pure virtual |
: finalize the I/O subsystem.
Hook to allow to e.g. give a chance to I/O subsystems to merge output files. Not sure how to do this correctly though...
Implemented in IoComponentMgr.
|
pure virtual |
: check if the registry contains a given IIoComponent
Implemented in IoComponentMgr.
|
pure virtual |
: check if the registry contains a given IIoComponent
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to register itself with this manager so appropriate actions can be taken when e.g.
a fork(2)
has been issued (this is usually handled by calling IIoComponent::io_reinit
on every registered component)
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to register itself with this manager so appropriate actions can be taken when e.g.
a fork(2)
has been issued (this is usually handled by calling IIoComponent::io_reinit
on every registered component)
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to register itself with this manager so appropriate actions can be taken when e.g.
a fork(2)
has been issued (this is usually handled by calling IIoComponent::io_reinit
on every registered component)
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to register itself with this manager so appropriate actions can be taken when e.g.
a fork(2)
has been issued (this is usually handled by calling IIoComponent::io_reinit
on every registered component)
Implemented in IoComponentMgr.
|
pure virtual |
: reinitialize the I/O subsystem.
This effectively calls IIoComponent::io_reinit
on all the registered IIoComponent
.
Implemented in IoComponentMgr.
|
pure virtual |
: reinitialize the I/O subsystem.
This effectively calls IIoComponent::io_reinit
on all the registered IIoComponent
.
Implemented in IoComponentMgr.
|
pure virtual |
: retrieve the new filename for a given IIoComponent
and
<tt>fname</tt> | filename |
Implemented in IoComponentMgr.
|
pure virtual |
: retrieve the new filename for a given IIoComponent
and
<tt>fname</tt> | filename |
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to update the contents of the registry with a new file name
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to update the contents of the registry with a new file name
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to update the contents of the registry with a new work directory
Implemented in IoComponentMgr.
|
pure virtual |
: allow a IIoComponent
to update the contents of the registry with a new work directory
Implemented in IoComponentMgr.
|
pure virtual |
: Update all IIoComponents
with a new work directory
Implemented in IoComponentMgr.
|
pure virtual |
: Update all IIoComponents
with a new work directory
Implemented in IoComponentMgr.