|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|


Go to the source code of this file.
Classes | |
| struct | BaTimeEx |
| UTC timestamp with a fractional second and an explicit timezone offset. More... | |
Typedefs | |
| typedef int8_t | S8 |
| Signed 8-bit integer. More... | |
| typedef int16_t | S16 |
| Signed 16-bit integer. More... | |
| typedef int32_t | S32 |
| Signed 32-bit integer. More... | |
| typedef int64_t | S64 |
| Signed 64-bit integer. More... | |
| typedef uint8_t | U8 |
| Unsigned 8-bit integer. More... | |
| typedef uint16_t | U16 |
| Unsigned 16-bit integer. More... | |
| typedef uint32_t | U32 |
| Unsigned 32-bit integer. More... | |
| typedef uint64_t | U64 |
| Unsigned 64-bit integer. More... | |
| typedef S64 | BaTime |
| An arithmetic type representing calendar time with epoch of 1970-01-01 00:00:00 UTC, that is, +/- number of seconds since the epoch of 1970-01-01. More... | |
| typedef U8 | BaBool |
| Boolean stored in an unsigned byte; FALSE is zero and TRUE is one. More... | |
| typedef U32 | BaFileSize |
| Unsigned file size or position in bytes; 32 bits without BA_FILESIZE64. More... | |
| typedef S32 | SBaFileSize |
| Signed file-size value in bytes; 32 bits without BA_FILESIZE64. More... | |