class for arbitrarily large ints
More...
#include <vtkLargeInteger.h>
class for arbitrarily large ints
Definition at line 26 of file vtkLargeInteger.h.
◆ vtkLargeInteger() [1/8]
vtkLargeInteger::vtkLargeInteger |
( |
void |
| ) |
|
◆ vtkLargeInteger() [2/8]
vtkLargeInteger::vtkLargeInteger |
( |
long |
n | ) |
|
◆ vtkLargeInteger() [3/8]
vtkLargeInteger::vtkLargeInteger |
( |
unsigned long |
n | ) |
|
◆ vtkLargeInteger() [4/8]
vtkLargeInteger::vtkLargeInteger |
( |
int |
n | ) |
|
◆ vtkLargeInteger() [5/8]
vtkLargeInteger::vtkLargeInteger |
( |
unsigned int |
n | ) |
|
◆ vtkLargeInteger() [6/8]
◆ vtkLargeInteger() [7/8]
vtkLargeInteger::vtkLargeInteger |
( |
long long |
n | ) |
|
◆ vtkLargeInteger() [8/8]
vtkLargeInteger::vtkLargeInteger |
( |
unsigned long long |
n | ) |
|
◆ ~vtkLargeInteger()
vtkLargeInteger::~vtkLargeInteger |
( |
void |
| ) |
|
◆ CastToChar()
char vtkLargeInteger::CastToChar |
( |
void |
| ) |
const |
◆ CastToShort()
short vtkLargeInteger::CastToShort |
( |
void |
| ) |
const |
◆ CastToInt()
int vtkLargeInteger::CastToInt |
( |
void |
| ) |
const |
◆ CastToLong()
long vtkLargeInteger::CastToLong |
( |
void |
| ) |
const |
◆ CastToUnsignedLong()
unsigned long vtkLargeInteger::CastToUnsignedLong |
( |
void |
| ) |
const |
◆ IsEven()
int vtkLargeInteger::IsEven |
( |
void |
| ) |
const |
◆ IsOdd()
int vtkLargeInteger::IsOdd |
( |
void |
| ) |
const |
◆ GetLength()
int vtkLargeInteger::GetLength |
( |
void |
| ) |
const |
◆ GetBit()
int vtkLargeInteger::GetBit |
( |
unsigned int |
p | ) |
const |
◆ IsZero()
int vtkLargeInteger::IsZero |
( |
| ) |
const |
◆ GetSign()
int vtkLargeInteger::GetSign |
( |
void |
| ) |
const |
◆ Truncate()
void vtkLargeInteger::Truncate |
( |
unsigned int |
n | ) |
|
◆ Complement()
void vtkLargeInteger::Complement |
( |
void |
| ) |
|
◆ operator==()
◆ operator!=()
◆ operator<()
◆ operator<=()
◆ operator>()
◆ operator>=()
◆ operator=()
◆ operator+=()
◆ operator-=()
◆ operator<<=()
◆ operator>>=()
◆ operator++() [1/2]
◆ operator--() [1/2]
◆ operator++() [2/2]
◆ operator--() [2/2]
◆ operator*=()
◆ operator/=()
◆ operator%=()
◆ operator&=()
◆ operator|=()
◆ operator^=()
◆ operator+()
◆ operator-()
◆ operator*()
◆ operator/()
◆ operator%()
◆ operator&()
◆ operator|()
◆ operator^()
◆ operator<<()
◆ operator>>()
◆ operator<<
◆ operator>>
The documentation for this class was generated from the following file: