Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Melon::Typing Namespace Reference

Contains fixed-size types. More...

Typedefs

using Int8 = int8_t
 Signed 8-bit integer.
using Int16 = int16_t
 Signed 16-bit integer.
using Int32 = int32_t
 Signed 32-bit integer.
using Int64 = int64_t
 Signed 64-bit integer.
using IntPointer = intptr_t
 Biggest signed pointer type.
using ISize = ssize_t
 Biggest signed type.
using Uint8 = uint8_t
 Unsigned 8-bit integer.
using Uint16 = uint16_t
 Unsigned 16-bit integer.
using Uint32 = uint32_t
 Unsigned 32-bit integer.
using Uint64 = uint64_t
 Unsigned 64-bit integer.
using UPointer = uintptr_t
 Biggest unsigned pointer type.
using USize = size_t
 Biggest unsigned type.

Functions

constexpr bool isSpace (char ch)
constexpr bool isDigit (char ch)

Detailed Description

Contains fixed-size types.

The types defined in this namespace ensure the size of the data.