#include <vtkLargeInteger.h>
Collaboration diagram for vtkLargeInteger:
Public Methods | |
vtkLargeInteger (void) | |
vtkLargeInteger (long n) | |
vtkLargeInteger (unsigned long n) | |
vtkLargeInteger (int n) | |
vtkLargeInteger (unsigned int n) | |
vtkLargeInteger (const vtkLargeInteger &n) | |
~vtkLargeInteger (void) | |
char | CastToChar (void) const |
short | CastToShort (void) const |
int | CastToInt (void) const |
long | CastToLong (void) const |
unsigned long | CastToUnsignedLong (void) const |
int | IsEven (void) const |
int | IsOdd (void) const |
int | GetLength (void) const |
int | GetBit (unsigned int p) const |
int | IsZero () const |
int | GetSign (void) const |
void | Truncate (unsigned int n) |
void | Complement (void) |
int | operator== (const vtkLargeInteger &n) const |
int | operator!= (const vtkLargeInteger &n) const |
int | operator< (const vtkLargeInteger &n) const |
int | operator<= (const vtkLargeInteger &n) const |
int | operator> (const vtkLargeInteger &n) const |
int | operator>= (const vtkLargeInteger &n) const |
vtkLargeInteger & | operator= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator+= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator-= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator<<= (int n) |
vtkLargeInteger & | operator>>= (int n) |
vtkLargeInteger & | operator++ (void) |
vtkLargeInteger & | operator-- (void) |
vtkLargeInteger | operator++ (int) |
vtkLargeInteger | operator-- (int) |
vtkLargeInteger & | operator *= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator/= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator%= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator &= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator|= (const vtkLargeInteger &n) |
vtkLargeInteger & | operator^= (const vtkLargeInteger &n) |
vtkLargeInteger | operator+ (const vtkLargeInteger &n) const |
vtkLargeInteger | operator- (const vtkLargeInteger &n) const |
vtkLargeInteger | operator * (const vtkLargeInteger &n) const |
vtkLargeInteger | operator/ (const vtkLargeInteger &n) const |
vtkLargeInteger | operator% (const vtkLargeInteger &n) const |
vtkLargeInteger | operator & (const vtkLargeInteger &n) const |
vtkLargeInteger | operator| (const vtkLargeInteger &n) const |
vtkLargeInteger | operator^ (const vtkLargeInteger &n) const |
vtkLargeInteger | operator<< (int n) const |
vtkLargeInteger | operator>> (int n) const |
Friends | |
ostream & | operator<< (ostream &s, const vtkLargeInteger &n) |
istream & | operator>> (istream &s, vtkLargeInteger &n) |
Definition at line 51 of file vtkLargeInteger.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|