20#ifndef vtkLargeInteger_h
21#define vtkLargeInteger_h
23#include "vtkCommonCoreModule.h"
104 void Expand(
unsigned int n);
class for arbitrarily large ints
vtkLargeInteger & operator^=(const vtkLargeInteger &n)
vtkLargeInteger(unsigned long long n)
vtkLargeInteger operator--(int)
vtkLargeInteger & operator|=(const vtkLargeInteger &n)
long CastToLong(void) const
vtkLargeInteger(long long n)
vtkLargeInteger operator/(const vtkLargeInteger &n) const
void Truncate(unsigned int n)
vtkLargeInteger operator<<(int n) const
bool operator<(const vtkLargeInteger &n) const
vtkLargeInteger & operator--(void)
short CastToShort(void) const
bool operator>(const vtkLargeInteger &n) const
vtkLargeInteger & operator*=(const vtkLargeInteger &n)
vtkLargeInteger operator+(const vtkLargeInteger &n) const
int GetBit(unsigned int p) const
vtkLargeInteger operator|(const vtkLargeInteger &n) const
vtkLargeInteger & operator+=(const vtkLargeInteger &n)
vtkLargeInteger & operator=(const vtkLargeInteger &n)
vtkLargeInteger(unsigned int n)
vtkLargeInteger & operator++(void)
bool operator<=(const vtkLargeInteger &n) const
bool operator==(const vtkLargeInteger &n) const
bool operator>=(const vtkLargeInteger &n) const
vtkLargeInteger & operator>>=(int n)
int GetLength(void) const
vtkLargeInteger operator%(const vtkLargeInteger &n) const
int CastToInt(void) const
vtkLargeInteger operator^(const vtkLargeInteger &n) const
vtkLargeInteger(unsigned long n)
vtkLargeInteger & operator-=(const vtkLargeInteger &n)
vtkLargeInteger operator++(int)
vtkLargeInteger & operator%=(const vtkLargeInteger &n)
unsigned long CastToUnsignedLong(void) const
vtkLargeInteger(const vtkLargeInteger &n)
friend istream & operator>>(istream &s, vtkLargeInteger &n)
vtkLargeInteger operator*(const vtkLargeInteger &n) const
vtkLargeInteger operator-(const vtkLargeInteger &n) const
friend ostream & operator<<(ostream &s, const vtkLargeInteger &n)
vtkLargeInteger operator&(const vtkLargeInteger &n) const
char CastToChar(void) const
bool operator!=(const vtkLargeInteger &n) const
vtkLargeInteger & operator<<=(int n)
vtkLargeInteger operator>>(int n) const
vtkLargeInteger & operator/=(const vtkLargeInteger &n)
vtkLargeInteger & operator&=(const vtkLargeInteger &n)