librcsb-core-wrapper  1.000
Typedefs | Enumerations | Variables
rcsb_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef char SInt8
 
typedef unsigned char UInt8
 
typedef short int SInt16
 
typedef unsigned short int UInt16
 
typedef int SInt32
 
typedef unsigned int UInt32
 

Enumerations

enum  eTypeCode {
  eTYPE_CODE_NONE = 0, eTYPE_CODE_INT, eTYPE_CODE_FLOAT, eTYPE_CODE_STRING,
  eTYPE_CODE_TEXT, eTYPE_CODE_DATETIME, eTYPE_CODE_BIGINT
}
 

Variables

const UInt8 UINT32_SIZE = sizeof(UInt32)
 

Typedef Documentation

typedef short int SInt16
typedef int SInt32
typedef char SInt8
typedef unsigned short int UInt16
typedef unsigned int UInt32
typedef unsigned char UInt8

Enumeration Type Documentation

enum eTypeCode
Enumerator
eTYPE_CODE_NONE 
eTYPE_CODE_INT 
eTYPE_CODE_FLOAT 
eTYPE_CODE_STRING 
eTYPE_CODE_TEXT 
eTYPE_CODE_DATETIME 
eTYPE_CODE_BIGINT 

Variable Documentation

const UInt8 UINT32_SIZE = sizeof(UInt32)