Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
IAddressCreator.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IADDRESSCREATOR_H
2
#define GAUDIKERNEL_IADDRESSCREATOR_H
3
4
// Framework include files
5
#include "
GaudiKernel/ClassID.h
"
6
#include "
GaudiKernel/IInterface.h
"
7
8
// C++ include files
9
#include <string>
10
11
// Forward declarations
12
class
IOpaqueAddress
;
13
28
class
GAUDI_API
IAddressCreator
:
virtual
public
IInterface
{
29
public
:
31
DeclareInterfaceID
(
IAddressCreator
, 3, 0 );
32
47
virtual
StatusCode
createAddress(
long
svc_type,
const
CLID
& clid,
const
std::string
*
par
,
const
unsigned
long
* ipar,
48
IOpaqueAddress
*& refpAddress ) = 0;
49
55
virtual
StatusCode
convertAddress(
const
IOpaqueAddress
* pAddress,
std::string
& refAddress ) = 0;
56
66
virtual
StatusCode
createAddress(
long
svc_type,
const
CLID
& clid,
const
std::string
& refAddress,
67
IOpaqueAddress
*& refpAddress ) = 0;
68
};
69
70
#endif // GAUDIKERNEL_IADDRESSCREATOR_H
ClassID.h
IAddressCreator
IAddressCreator interface definition.
Definition:
IAddressCreator.h:28
std::string
STL class.
compareOutputFiles.par
string par
Definition:
compareOutputFiles.py:465
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:50
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:244
CLID
unsigned int CLID
Class ID definition.
Definition:
ClassID.h:8
IOpaqueAddress
Opaque address interface definition.
Definition:
IOpaqueAddress.h:23
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:71
IInterface.h
GaudiKernel
GaudiKernel
IAddressCreator.h
Generated on Mon Feb 11 2019 17:48:15 for The Gaudi Framework by
1.8.11