HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_VeryLong.h File Reference
#include "UT_API.h"
#include <SYS/SYS_Types.h>
+ Include dependency graph for UT_VeryLong.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)