Definition in file ndb_types.h.
#include "ndb_constants.h"
Go to the source code of this file.
Defines | |
| #define | NDB_SIZEOF_CHAR 1 |
| #define | NDB_SIZEOF_CHARP 4 |
| #define | NDB_SIZEOF_INT 4 |
| #define | NDB_SIZEOF_LONG 4 |
| #define | NDB_SIZEOF_LONG_LONG 8 |
| #define | NDB_SIZEOF_SHORT 2 |
Typedefs | |
| typedef signed short | Int16 |
| typedef signed int | Int32 |
| typedef signed long long | Int64 |
| typedef signed char | Int8 |
| typedef unsigned short | Uint16 |
| typedef unsigned int | Uint32 |
| typedef unsigned long long | Uint64 |
| typedef unsigned char | Uint8 |
| typedef Uint32 | UintPtr |
| typedef unsigned int | UintR |
|
|
Definition at line 35 of file ndb_types.h. |
|
|
Definition at line 34 of file ndb_types.h. |
|
|
Definition at line 36 of file ndb_types.h. |
|
|
Definition at line 38 of file ndb_types.h. |
|
|
Definition at line 39 of file ndb_types.h. |
|
|
Definition at line 37 of file ndb_types.h. |
|
|
Definition at line 46 of file ndb_types.h. |
|
|
Definition at line 48 of file ndb_types.h. |
|
|
Definition at line 41 of file ndb_types.h. |
|
|
Definition at line 44 of file ndb_types.h. |
|
|
Definition at line 47 of file ndb_types.h. |
|
|
Definition at line 49 of file ndb_types.h. |
|
|
Definition at line 40 of file ndb_types.h. |
|
|
Definition at line 45 of file ndb_types.h. |
|
|
Definition at line 56 of file ndb_types.h. |
|
|
Definition at line 51 of file ndb_types.h. |
1.4.3