#include <RndmGenerators.h>
Inheritance diagram for Rndm::Bit:
Public Member Functions | |
| Bit () | |
| Standard Constructor. | |
| virtual | ~Bit () |
| Standard Destructor. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
| virtual const InterfaceID & | type () const |
| Parameter's type. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| const InterfaceID | m_type |
| Type of the generator. | |
Definition at line 292 of file RndmGenerators.h.
| 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 | ( | ) | const [inline, virtual] |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 301 of file RndmGenerators.h.
00301 { return new Bit(); }
| virtual const InterfaceID& IRndmGen::Param::type | ( | ) | const [inline, virtual, inherited] |
const InterfaceID IRndmGen::Param::m_type [protected, inherited] |
1.4.7