|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |
#include <Interface.h>


Public Types | |
| typedef IInterface | TYPE |
Public Types inherited from std::unary_function< const IInterface *, IInterface * > | |
| typedef const IInterface * | argument_type |
| typedef IInterface * | result_type |
Public Member Functions | |
| TYPE * | operator() (const IInterface *in) const |
| the only one important method | |
Static Public Member Functions | |
| static TYPE * | cast (const IInterface *in) |
| the only one important method (static) | |
| static TYPE * | cast (const InterfaceID &, const IInterface *in) |
| the only one important method (static) | |
Definition at line 65 of file Interface.h.
| typedef IInterface GaudiPython::Interface< IInterface >::TYPE |
Definition at line 68 of file Interface.h.
|
inlinestatic |
the only one important method (static)
| in | input interface |
Definition at line 80 of file Interface.h.
|
inlinestatic |
the only one important method (static)
| iid | unique identifier of 'target' interface |
| in | input interface |
Definition at line 88 of file Interface.h.
|
inline |
the only one important method
| in | input interface |
Definition at line 73 of file Interface.h.