VEM types
Typedefs
typedef char VEM_CHAR_T typedef unsigned char VEM_UCHAR_T typedef short VEM_INT16_T typedef unsigned short VEM_UINT16_T typedef int VEM_INT32_T typedef unsigned int VEM_UINT32_T typedef long long VEM_INT64_T typedef unsigned long long VEM_UINT64_T typedef float VEM_FLOAT32_T typedef double VEM_FLOAT64_T typedef int VEM_BOOL_T typedef time_t VEM_TIME_T typedef VEM_CHAR_T * VEM_STRING_T typedef void * VEM_PTR_T typedef char * vem_container_id_t typedef char * vem_allocation_id_t Typedef Documentation
typedef char VEM_CHAR_T Signed Character type
typedef unsigned char VEM_UCHAR_T Unsigned character type
typedef short VEM_INT16_T Signed 16 bits integer
typedef unsigned short VEM_UINT16_T Unsiged 16 bits integer
typedef int VEM_INT32_T Signed 32 bits integer
typedef unsigned int VEM_UINT32_T Unsigned 32 bits integer
typedef long long VEM_INT64_T Signed 64 bits integer
typedef unsigned long long VEM_UINT64_T Unsigned 64 bits integer
typedef float VEM_FLOAT32_T 32 bits precision floating point number
typedef double VEM_FLOAT64_T 64 bits floating point number
typedef int VEM_BOOL_T Boolean value
typedef time_t VEM_TIME_T Time value (seconds since the Epoch (00:00:00 UTC, January 1, 1970)
typedef VEM_CHAR_T* VEM_STRING_T String type (actually a character pointer)
typedef void* VEM_PTR_T Generic pointer type
typedef char* vem_container_id_t Workload container ID type
typedef char* vem_allocation_id_t Allocation ID type
Date Modified: 26 Nov 2007
Platform Computing: www.platform.com
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Copyright © 2001-2007 Platform Computing Corporation. All rights reserved.