Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Types | Public Member Functions | Static Public Member Functions

GaudiPython::Interface< IInterface > Struct Template Reference

#include <Interface.h>

Inheritance diagram for GaudiPython::Interface< IInterface >:
Inheritance graph
[legend]
Collaboration diagram for GaudiPython::Interface< IInterface >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef IInterface TYPE

Public Member Functions

TYPEoperator() (const IInterface *in) const
 the only one important method

Static Public Member Functions

static TYPEcast (const IInterface *in)
 the only one important method (static)
static TYPEcast (const InterfaceID &, const IInterface *in)
 the only one important method (static)

Detailed Description

template<>
struct GaudiPython::Interface< IInterface >

Definition at line 65 of file Interface.h.


Member Typedef Documentation

Definition at line 68 of file Interface.h.


Member Function Documentation

static TYPE* GaudiPython::Interface< IInterface >::cast ( const IInterface< IInterface > *  in ) [inline, static]

the only one important method (static)

Parameters:
ininput interface
Returns:
resutl of "cast"

Definition at line 80 of file Interface.h.

    { return SmartIF<TYPE>( const_cast<IInterface*> ( in ) ) ; }
static TYPE* GaudiPython::Interface< IInterface >::cast ( const InterfaceID ,
const IInterface< IInterface > *  in 
) [inline, static]

the only one important method (static)

Parameters:
iidunique identifier of 'target' interface
ininput interface
Returns:
resutl of "cast"

Definition at line 88 of file Interface.h.

    { return SmartIF<TYPE>( const_cast<IInterface*> ( in ) ) ; }
TYPE* GaudiPython::Interface< IInterface >::operator() ( const IInterface< IInterface > *  in ) const [inline]

the only one important method

Parameters:
ininput interface
Returns:
resutl of "cast"

Definition at line 73 of file Interface.h.

    { return SmartIF<TYPE>( const_cast<IInterface*> ( in ) ) ; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:34 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004