PrimeSieve Class Reference

List of all members.

Detailed Description

Definition at line 282 of file nbtheory.cpp.

Public Member Functions

 PrimeSieve (const Integer &first, const Integer &last, const Integer &step, signed int delta=0)
bool NextCandidate (Integer &c)
void DoSieve ()

Static Public Member Functions

static void SieveSingle (std::vector< bool > &sieve, word16 p, const Integer &first, const Integer &step, word16 stepInv)

Public Attributes

Integer m_first
Integer m_last
Integer m_step
signed int m_delta
word m_next
std::vector< bool > m_sieve


The documentation for this class was generated from the following file:
Generated on Sat Dec 23 02:07:31 2006 for Crypto++ by  doxygen 1.5.1-p1