|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <RndmGenerators.h>


Public Member Functions | |
| Bit () | |
| Standard Constructor. | |
| virtual | ~Bit () |
| Standard Destructor. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Definition at line 293 of file RndmGenerators.h.
| Rndm::Bit::Bit | ( | ) | [inline] |
Standard Constructor.
Definition at line 296 of file RndmGenerators.h.
00296 : IRndmGen::Param(IID_IRndmBit) { }
| virtual Rndm::Bit::~Bit | ( | ) | [inline, virtual] |
| static const InterfaceID& Rndm::Bit::typeID | ( | ) | [inline, static] |
Identifier for factory.
Definition at line 300 of file RndmGenerators.h.
00300 { return IID_IRndmBit; }
| virtual IRndmGen::Param* Rndm::Bit::clone | ( | ) | const [inline, virtual] |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 302 of file RndmGenerators.h.
00302 { return new Bit(); }