![]() |
|
|
Generated: 8 Jan 2009 |
#include <RndmGenerators.h>


Definition at line 292 of file 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. | |
| Rndm::Bit::Bit | ( | ) | [inline] |
Standard Constructor.
Definition at line 295 of file RndmGenerators.h.
00295 : IRndmGen::Param(IID_IRndmBit) { }
| virtual Rndm::Bit::~Bit | ( | ) | [inline, virtual] |
| static const InterfaceID& Rndm::Bit::typeID | ( | ) | [inline, static] |
Identifier for factory.
Definition at line 299 of file RndmGenerators.h.
00299 { return IID_IRndmBit; }
| virtual IRndmGen::Param* Rndm::Bit::clone | ( | void | ) | const [inline, virtual] |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 301 of file RndmGenerators.h.
00301 { return new Bit(); }