The world's most popular open source database
#include <my_config.h>#include "ndb_constants.h"Include dependency graph for ndb_types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NDB_SIZEOF_CHARP SIZEOF_CHARP |
| #define | NDB_SIZEOF_CHAR SIZEOF_CHAR |
| #define | NDB_SIZEOF_INT SIZEOF_INT |
| #define | NDB_SIZEOF_SHORT SIZEOF_SHORT |
| #define | NDB_SIZEOF_LONG SIZEOF_LONG |
| #define | NDB_SIZEOF_LONG_LONG SIZEOF_LONG_LONG |
Typedefs | |
| typedef unsigned long long | Uint64 |
| typedef signed long long | Int64 |
| typedef signed char | Int8 |
| typedef unsigned char | Uint8 |
| typedef signed short | Int16 |
| typedef unsigned short | Uint16 |
| typedef signed int | Int32 |
| typedef unsigned int | Uint32 |
| typedef unsigned int | UintR |
Definition in file ndb_types.h.
| #define NDB_SIZEOF_CHAR SIZEOF_CHAR |
Definition at line 37 of file ndb_types.h.
| #define NDB_SIZEOF_CHARP SIZEOF_CHARP |
Definition at line 36 of file ndb_types.h.
| #define NDB_SIZEOF_INT SIZEOF_INT |
Definition at line 38 of file ndb_types.h.
| #define NDB_SIZEOF_LONG SIZEOF_LONG |
Definition at line 40 of file ndb_types.h.
| #define NDB_SIZEOF_LONG_LONG SIZEOF_LONG_LONG |
Definition at line 41 of file ndb_types.h.
| #define NDB_SIZEOF_SHORT SIZEOF_SHORT |
Definition at line 39 of file ndb_types.h.
| typedef signed short Int16 |
Definition at line 48 of file ndb_types.h.
| typedef signed int Int32 |
Definition at line 50 of file ndb_types.h.
| typedef signed long long Int64 |
Definition at line 43 of file ndb_types.h.
| typedef signed char Int8 |
Definition at line 46 of file ndb_types.h.
| typedef unsigned short Uint16 |
Definition at line 49 of file ndb_types.h.
| typedef unsigned int Uint32 |
Definition at line 51 of file ndb_types.h.
| typedef unsigned long long Uint64 |
Definition at line 42 of file ndb_types.h.
| typedef unsigned char Uint8 |
Definition at line 47 of file ndb_types.h.
| typedef unsigned int UintR |
Definition at line 53 of file ndb_types.h.
1.4.7

