LibreOffice Module tools (master) 1
Classes | Macros | Functions
bigint.hxx File Reference
#include <rtl/ustring.hxx>
#include <tools/toolsdllapi.h>
#include <tools/long.hxx>
Include dependency graph for bigint.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BigInt
 

Macros

#define MAX_DIGITS   8
 

Functions

BigInt operator+ (const BigInt &rVal1, const BigInt &rVal2)
 
BigInt operator- (const BigInt &rVal1, const BigInt &rVal2)
 
BigInt operator* (const BigInt &rVal1, const BigInt &rVal2)
 
BigInt operator/ (const BigInt &rVal1, const BigInt &rVal2)
 
BigInt operator% (const BigInt &rVal1, const BigInt &rVal2)
 
bool operator!= (const BigInt &rVal1, const BigInt &rVal2)
 
bool operator> (const BigInt &rVal1, const BigInt &rVal2)
 
bool operator<= (const BigInt &rVal1, const BigInt &rVal2)
 
bool operator>= (const BigInt &rVal1, const BigInt &rVal2)
 

Macro Definition Documentation

◆ MAX_DIGITS

#define MAX_DIGITS   8

Definition at line 26 of file bigint.hxx.

Function Documentation

◆ operator!=()

bool operator!= ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 234 of file bigint.hxx.

◆ operator%()

BigInt operator% ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 227 of file bigint.hxx.

◆ operator*()

BigInt operator* ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 213 of file bigint.hxx.

◆ operator+()

BigInt operator+ ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 199 of file bigint.hxx.

◆ operator-()

BigInt operator- ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 206 of file bigint.hxx.

◆ operator/()

BigInt operator/ ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 220 of file bigint.hxx.

◆ operator<=()

bool operator<= ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 241 of file bigint.hxx.

◆ operator>()

bool operator> ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 239 of file bigint.hxx.

◆ operator>=()

bool operator>= ( const BigInt rVal1,
const BigInt rVal2 
)
inline

Definition at line 246 of file bigint.hxx.