#include <Tfactor.H>
Public Types | |
enum | Factortype { empty, static_prime, single_large_prime, double_large_prime, Factortype_size } |
This class is a base class that provides an enumeration of the different factor types for detecting and transmitting these types. A class providing a double large prime (DLP) for example can also be empty and (therefore contain no factor at all) or it may contain a single large prime or a static prime.
Definition at line 35 of file Tfactor.H.