Go to the documentation of this file.
9 #ifndef EAGINE_IDENTIFIER_T_HPP
10 #define EAGINE_IDENTIFIER_T_HPP
33 #define EAGINE_HAS_LONG_ID 1
35 #define EAGINE_HAS_LONG_ID 0
40 #endif // EAGINE_IDENTIFIER_T_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
std::uint32_t host_id_t
Unique host identifier type.
Definition: identifier_t.hpp:25
std::uint32_t process_instance_id_t
Unique process identifier type (does not necessarily match to OS PID).
Definition: identifier_t.hpp:22
std::uint64_t identifier_t
The underlying integer type for eagine::identifier.
Definition: identifier_t.hpp:19
__uint128_t long_identifier_t
The underlying integer type for eagine::long_identifier.
Definition: identifier_t.hpp:31