#include <mpnumber.h>
Collaboration diagram for mpnumber:

Public Member Functions | |
| mpnumber () | |
| mpnumber (unsigned int) | |
| mpnumber (const mpnumber &) | |
| ~mpnumber () | |
| const mpnumber & | operator= (const mpnumber &) |
| bool | operator== (const mpnumber &) const throw () |
| bool | operator!= (const mpnumber &) const throw () |
| void | wipe () |
| size_t | bitlength () const throw () |
Public Attributes | |
| size_t | size |
| mpw * | data |
Static Public Attributes | |
| static const mpnumber | ZERO |
| static const mpnumber | ONE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0