|
VTK
|
class for arbitrarily large ints More...
#include <vtkLargeInteger.h>
Friends | |
| ostream & | operator<< (ostream &s, const vtkLargeInteger &n) |
| istream & | operator>> (istream &s, vtkLargeInteger &n) |
class for arbitrarily large ints
Definition at line 25 of file vtkLargeInteger.h.
| vtkLargeInteger::vtkLargeInteger | ( | void | ) |
| vtkLargeInteger::vtkLargeInteger | ( | long | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | unsigned long | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | int | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | unsigned int | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | long long | n | ) |
| vtkLargeInteger::vtkLargeInteger | ( | unsigned long long | n | ) |
| vtkLargeInteger::~vtkLargeInteger | ( | void | ) |
| char vtkLargeInteger::CastToChar | ( | void | ) | const |
| short vtkLargeInteger::CastToShort | ( | void | ) | const |
| int vtkLargeInteger::CastToInt | ( | void | ) | const |
| long vtkLargeInteger::CastToLong | ( | void | ) | const |
| unsigned long vtkLargeInteger::CastToUnsignedLong | ( | void | ) | const |
| int vtkLargeInteger::IsEven | ( | void | ) | const |
| int vtkLargeInteger::IsOdd | ( | void | ) | const |
| int vtkLargeInteger::GetLength | ( | void | ) | const |
| int vtkLargeInteger::IsZero | ( | ) | const |
| int vtkLargeInteger::GetSign | ( | void | ) | const |
| void vtkLargeInteger::Truncate | ( | unsigned int | n | ) |
| void vtkLargeInteger::Complement | ( | void | ) |
| int vtkLargeInteger::operator== | ( | const vtkLargeInteger & | n | ) | const |
| int vtkLargeInteger::operator!= | ( | const vtkLargeInteger & | n | ) | const |
| int vtkLargeInteger::operator< | ( | const vtkLargeInteger & | n | ) | const |
| int vtkLargeInteger::operator<= | ( | const vtkLargeInteger & | n | ) | const |
| int vtkLargeInteger::operator> | ( | const vtkLargeInteger & | n | ) | const |
| int vtkLargeInteger::operator>= | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger& vtkLargeInteger::operator= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator+= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator-= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator<<= | ( | int | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator>>= | ( | int | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator++ | ( | void | ) |
| vtkLargeInteger& vtkLargeInteger::operator-- | ( | void | ) |
| vtkLargeInteger vtkLargeInteger::operator++ | ( | int | ) |
| vtkLargeInteger vtkLargeInteger::operator-- | ( | int | ) |
| vtkLargeInteger& vtkLargeInteger::operator*= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator/= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator%= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator&= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator|= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger& vtkLargeInteger::operator^= | ( | const vtkLargeInteger & | n | ) |
| vtkLargeInteger vtkLargeInteger::operator+ | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator- | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator* | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator/ | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator% | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator& | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator| | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator^ | ( | const vtkLargeInteger & | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator<< | ( | int | n | ) | const |
| vtkLargeInteger vtkLargeInteger::operator>> | ( | int | n | ) | const |
|
friend |
|
friend |
1.8.9.1