Simple Application Framework
1
|
Basic type definitions.
Go to the source code of this file.
Namespaces | |
namespace | Saf |
Global library namespace. | |
Typedefs | |
typedef Pint | Saf::Diff |
Pointer difference type. | |
typedef float | Saf::Float32 |
Single precision floating point number. | |
typedef double | Saf::Float64 |
Double precision floating point number. | |
typedef int16_t | Saf::Int16 |
Signed 16-bit decimal number. | |
typedef int32_t | Saf::Int32 |
Signed 32-bit decimal number. | |
typedef int64_t | Saf::Int64 |
Signed 64-bit decimal number. | |
typedef int8_t | Saf::Int8 |
Signed 8-bit decimal number. | |
typedef Int32 | Saf::Pint |
Platform dependent integer. | |
typedef Uint32 | Saf::Size |
Platform dependent size type. | |
typedef uint16_t | Saf::Uint16 |
Unsigned 16-bit decimal number. | |
typedef uint32_t | Saf::Uint32 |
Unsigned 32-bit decimal number. | |
typedef uint64_t | Saf::Uint64 |
Unsigned 64-bit decimal number. | |
typedef uint8_t | Saf::Uint8 |
Unsigned 8-bit decimal number. |
Basic type definitions.