HDK
|
Go to the source code of this file.
Classes | |
class | UT_VeryLong |
Functions | |
UT_API UT_VeryLong | operator+ (const UT_VeryLong &x, const UT_VeryLong &y) |
UT_API UT_VeryLong | operator- (const UT_VeryLong &x, const UT_VeryLong &y) |
UT_API UT_VeryLong | operator* (const UT_VeryLong &x, const UT_VeryLong &y) |
UT_API UT_VeryLong | operator/ (const UT_VeryLong &x, const UT_VeryLong &y) |
UT_API UT_VeryLong | operator% (const UT_VeryLong &x, const UT_VeryLong &y) |
UT_API UT_VeryLong | operator<< (const UT_VeryLong &x, unsigned int shift) |
UT_API UT_VeryLong | operator>> (const UT_VeryLong &x, unsigned int shift) |
UT_API UT_VeryLong operator% | ( | const UT_VeryLong & | x, |
const UT_VeryLong & | y | ||
) |
UT_API UT_VeryLong operator* | ( | const UT_VeryLong & | x, |
const UT_VeryLong & | y | ||
) |
UT_API UT_VeryLong operator+ | ( | const UT_VeryLong & | x, |
const UT_VeryLong & | y | ||
) |
UT_API UT_VeryLong operator- | ( | const UT_VeryLong & | x, |
const UT_VeryLong & | y | ||
) |
UT_API UT_VeryLong operator/ | ( | const UT_VeryLong & | x, |
const UT_VeryLong & | y | ||
) |
UT_API UT_VeryLong operator<< | ( | const UT_VeryLong & | x, |
unsigned int | shift | ||
) |
UT_API UT_VeryLong operator>> | ( | const UT_VeryLong & | x, |
unsigned int | shift | ||
) |