Go to the documentation of this file.
9 #ifndef EAGINE_IDENTIFIER_CTR_HPP
10 #define EAGINE_IDENTIFIER_CTR_HPP
33 #if !EAGINE_LINK_LIBRARY || defined(EAGINE_IMPLEMENTING_LIBRARY)
34 #include <eagine/identifier_ctr.inl>
37 #endif // EAGINE_IDENTIFIER_CTR_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
auto byte_to_identifier(byte b) noexcept -> identifier
Creates an identifier representing a byte value as a hex string.
basic_identifier< 10, 6, default_identifier_char_set, identifier_t > identifier
Default identifier type used throughout the project.
Definition: identifier.hpp:346
auto dec_to_identifier(int i) noexcept -> identifier
Creates an identifier representing an integer value as a decimal string.