|
BDE 4.39.x Production Release
|
#include <bsls_int64.h>
Provide a namespace for the implementations of platform-neutral 64-bit integers. Namely, this struct defines Int64 as a 64-bit signed integer and Uint64 as a 64-bit unsigned integer for all supported platforms.
See bsls_int64
Public Types | |
| typedef bsls::Types::Int64 | Int64 |
| typedef bsls::Types::Uint64 | Uint64 |
| typedef bsls::Types::Int64 bsls_Int64::Int64 |