Public Member Functions | |
| PrimeHelper (unsigned long) | |
| ~PrimeHelper () | |
| unsigned long | operator[] (size_t j) |
Private Attributes | |
| unsigned long | d_primes [PRIMES_MAX] |
|
|
Synopsis: constructs a PrimeHelper object containing the primes <= n. Also checks that PRIMES_MAX is large enough to contain the list; triggers a fatal error otherwise. Definition at line 80 of file size.cpp. References d_primes, and atlas::error::PrimesError. |
|
|
|
|
|
|
|
|
Definition at line 32 of file size.cpp. Referenced by PrimeHelper(). |
1.3.9.1