Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

IRndmGen::Param Class Reference

#include <IRndmGen.h>

Inheritance diagram for IRndmGen::Param:

Inheritance graph
[legend]
Collaboration diagram for IRndmGen::Param:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 41 of file IRndmGen.h.


Public Member Functions

 Param (const InterfaceID &type=IID_IRndmFlat)
 Standard constructor.
virtual ~Param ()
 Standard Destructor.
virtual const InterfaceIDtype () const
 Parameter's type.
virtual Paramclone () const =0
 Clone parameters.

Protected Attributes

const InterfaceID m_type
 Type of the generator.

Constructor & Destructor Documentation

IRndmGen::Param::Param ( const InterfaceID type = IID_IRndmFlat  )  [inline]

Standard constructor.

Definition at line 47 of file IRndmGen.h.

00047 : m_type(type) {}

virtual IRndmGen::Param::~Param (  )  [inline, virtual]

Standard Destructor.

Definition at line 49 of file IRndmGen.h.

00049 {}


Member Function Documentation

virtual const InterfaceID& IRndmGen::Param::type (  )  const [inline, virtual]

Parameter's type.

Definition at line 51 of file IRndmGen.h.

00051 { return m_type; }

virtual Param* IRndmGen::Param::clone (  )  const [pure virtual]


Member Data Documentation

Type of the generator.

Definition at line 44 of file IRndmGen.h.


The documentation for this class was generated from the following file:

Generated at Mon Sep 7 18:20:18 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004