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

Go to the source code of this file.

Typedefs

typedef long long int SInt64
 SInt64 - signed 64-bit integer. More...
 

Variables

IMATH_INTERNAL_NAMESPACE_HEADER_ENTER
typedef long long unsigned int 
Int64
 Int64 - unsigned 64-bit integer. More...
 

Typedef Documentation

typedef long long int SInt64

SInt64 - signed 64-bit integer.

Definition at line 40 of file ImathInt64.h.

Variable Documentation

IMATH_INTERNAL_NAMESPACE_HEADER_ENTER typedef long long unsigned int Int64

Int64 - unsigned 64-bit integer.

Definition at line 37 of file ImathInt64.h.