hamsterdb API Documentation
types.h File Reference
Portable typedefs for hamsterdb. More...
Go to the source code of this file.
Defines | |
| #define | HAM_OS_POSIX 1 |
| #define | HAM_32BIT 1 |
| #define | HAM_EXPORT extern |
| #define | HAM_INVALID_FD (-1) |
| #define | HAM_FALSE 0 |
| #define | HAM_TRUE (!HAM_FALSE) |
Typedefs | |
| typedef signed long long | ham_s64_t |
| typedef unsigned long long | ham_u64_t |
| typedef signed int | ham_s32_t |
| typedef unsigned int | ham_u32_t |
| typedef signed short | ham_s16_t |
| typedef unsigned short | ham_u16_t |
| typedef signed char | ham_s8_t |
| typedef unsigned char | ham_u8_t |
| typedef int | ham_fd_t |
| typedef int | ham_bool_t |
| typedef int | ham_status_t |
| typedef ham_u64_t | ham_offset_t |
| typedef ham_u32_t | ham_size_t |
Detailed Description
Portable typedefs for hamsterdb.Copyright (C) 2005-2008 Christoph Rupp (chris@crupp.de).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
See files COPYING.* for License information.
Definition in file types.h.
Define Documentation
Typedef Documentation
| typedef int ham_bool_t |
| typedef int ham_fd_t |
| typedef ham_u64_t ham_offset_t |
| typedef signed long long ham_s64_t |
| typedef ham_u32_t ham_size_t |
| typedef int ham_status_t |