Crypto++
Public Member Functions | Protected Attributes
RandomNumberStore Class Reference

RNG-based implementation of Source interface. More...

#include <filters.h>

Inheritance diagram for RandomNumberStore:
Store AutoSignaling< InputRejecting< BufferedTransformation > >

List of all members.

Public Member Functions

 RandomNumberStore (RandomNumberGenerator &rng, lword length)
bool AnyRetrievable () const
lword MaxRetrievable () const
size_t TransferTo2 (BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true)
size_t CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const
void IsolatedInitialize (const NameValuePairs &parameters)
unsigned int NumberOfMessages () const
bool GetNextMessage ()
unsigned int CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) const
void SetAutoSignalPropagation (int propagation)
int GetAutoSignalPropagation () const

Protected Attributes

bool m_messageEnd

Detailed Description

RNG-based implementation of Source interface.


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