librcsb-core-wrapper
1.000
Main Page
Namespaces
Classes
Files
File List
File Members
rcsb
rcsb_types.h
Go to the documentation of this file.
1
//$$FILE$$
2
//$$VERSION$$
3
//$$DATE$$
4
//$$LICENSE$$
5
6
#ifndef RCSB_TYPES_H
7
#define RCSB_TYPES_H
8
9
// Basic types
10
typedef
char
SInt8
;
11
typedef
unsigned
char
UInt8
;
12
typedef
short
int
SInt16
;
13
typedef
unsigned
short
int
UInt16
;
14
typedef
int
SInt32
;
15
typedef
unsigned
int
UInt32
;
16
17
// Basic types sizes in octets
18
const
UInt8
UINT32_SIZE
=
sizeof
(
UInt32
);
19
20
enum
eTypeCode
21
{
22
eTYPE_CODE_NONE
= 0,
23
eTYPE_CODE_INT
,
// 1
24
eTYPE_CODE_FLOAT
,
// 2
25
eTYPE_CODE_STRING
,
// 3
26
eTYPE_CODE_TEXT
,
// 4
27
eTYPE_CODE_DATETIME
,
// 5
28
eTYPE_CODE_BIGINT
// 6
29
};
30
31
#endif // RCSB_TYPES_H not defined
32
Generated on Thu May 30 2013 06:21:58 for librcsb-core-wrapper by
1.8.3.1