ffead.server.doc
Bigint Class Reference

Public Member Functions

 Bigint (string value)
 
void add (Bigint number)
 
Bigint operator+ (Bigint number)
 
Bigint operator- (Bigint number)
 
Bigint operator* (Bigint number)
 
Bigint operator/ (Bigint number)
 
Bigintoperator++ ()
 
Bigintoperator+= (Bigint number)
 
Bigintoperator-- ()
 
Bigintoperator-= (Bigint number)
 
void subtract (Bigint number)
 
void multiply (Bigint number)
 
void divide (Bigint number)
 
int compare (Bigint number)
 
string toString ()
 

Static Public Member Functions

static int compare (Bigint number1, Bigint number2)
 

Static Public Attributes

static string BLANK = ""
 
static string MINUS = "-"
 
static string ZERO = "0"
 
static int ZERO_INT = 0L
 
static int NUM_LENGTH = 8
 
static int NUM_MAX = 99999999
 
static int NUM_MAX_THRESHOLD = 100000000
 

Friends

class Bigdecimal
 
bool operator== (Bigint &lhs, Bigint &rhs)
 
bool operator!= (Bigint &lhs, Bigint &rhs)
 
bool operator< (Bigint &lhs, Bigint &rhs)
 
bool operator<= (Bigint &lhs, Bigint &rhs)
 
bool operator> (Bigint &lhs, Bigint &rhs)
 
bool operator>= (Bigint &lhs, Bigint &rhs)
 

Detailed Description

Definition at line 33 of file Bigint.h.


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