#include "GaudiKernel/Kernel.h"#include "GaudiKernel/StatusCode.h"Go to the source code of this file.
Compounds | |
| class | IInterface |
| class | InterfaceID |
Typedefs | |
| typedef InterfaceID | IID |
| Typedef for backward compatibility on existing code. More... | |
Functions | |
| template<classI> bool | isValidInterface ( I* i) |
| Templated function that throws an exception if the version if the interface implemented by the object behind the interface is incompatible. More... | |
|
|
Typedef for backward compatibility on existing code.
Definition at line 54 of file IInterface.h. |
|
||||
|
Templated function that throws an exception if the version if the interface implemented by the object behind the interface is incompatible. This is the case if the major version differs or that the minor version of the client is bigger than of the implementer.
Definition at line 103 of file IInterface.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000