Portable typedefs for hamsterdb Embedded Storage.
More...
Go to the source code of this file.
Detailed Description
Portable typedefs for hamsterdb Embedded Storage.
- Author:
- Christoph Rupp, chris@crupp.de
Definition in file types.h.
Define Documentation
#define HAM_EXPORT extern |
#define HAM_INVALID_FD (-1) |
maximum values which can be stored in the related ham_[type]_t type:
Definition at line 204 of file types.h.
#define HAM_TRUE (!HAM_FALSE) |
Typedef Documentation
a boolean type
Definition at line 176 of file types.h.
typedefs for 64bit operating systems; on Win64, longs do not always have 64bit!
Definition at line 157 of file types.h.
typedef for addressing the file, which limits the file size to 64 bit
Definition at line 191 of file types.h.
typedefs for 32bit operating systems
Definition at line 115 of file types.h.
typedef for sizes, which limits data blobs to 32 bits
Definition at line 199 of file types.h.
typedef for error- and status-code
Definition at line 183 of file types.h.