libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::int_types Namespace Reference

Description

Short names for fixed-width integer types.

The types in this namespace are also available directly under the tcspc namespace.

Typedefs

using i16 = std::int16_t
 Short name for int16_t.
using i32 = std::int32_t
 Short name for int32_t.
using i64 = std::int64_t
 Short name for int64_t.
using i8 = std::int8_t
 Short name for int8_t.
using u16 = std::uint16_t
 Short name for uint16_t.
using u32 = std::uint32_t
 Short name for uint32_t.
using u64 = std::uint64_t
 Short name for uint64_t.
using u8 = std::uint8_t
 Short name for uint8_t.