Gaudi Framework, version v20r2

Generated: 18 Jul 2008

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.

Detailed Description

template<>
struct GaudiPython::Interface< IInterface >

Definition at line 65 of file Interface.h.

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)


Member Typedef Documentation

typedef IInterface GaudiPython::Interface< IInterface >::TYPE

Definition at line 68 of file Interface.h.


Member Function Documentation

TYPE* GaudiPython::Interface< IInterface >::operator() ( const IInterface< IInterface > *  in  )  const [inline]

the only one important method

Parameters:
in input interface
Returns:
resutl of "cast"

Definition at line 73 of file Interface.h.

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

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

the only one important method (static)

Parameters:
in input interface
Returns:
resutl of "cast"

Definition at line 80 of file Interface.h.

00081     { 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:
iid unique identifier of 'target' interface
in input interface
Returns:
resutl of "cast"

Definition at line 88 of file Interface.h.

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


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:10:33 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004