|
CommonLibSSE NG
|
This is the complete list of members for REL::Version, including all inherited members.
| begin() const noexcept | REL::Version | inline |
| build() const noexcept | REL::Version | inline |
| cbegin() const noexcept | REL::Version | inline |
| cend() const noexcept | REL::Version | inline |
| compare(const Version &a_rhs) const noexcept | REL::Version | inline |
| const_reference typedef | REL::Version | |
| end() const noexcept | REL::Version | inline |
| major() const noexcept | REL::Version | inline |
| minor() const noexcept | REL::Version | inline |
| operator[](std::size_t a_idx) noexcept | REL::Version | inline |
| operator[](std::size_t a_idx) const noexcept | REL::Version | inline |
| pack() const noexcept | REL::Version | inline |
| patch() const noexcept | REL::Version | inline |
| reference typedef | REL::Version | |
| string(std::string_view a_separator="-"sv) const | REL::Version | inline |
| unpack(std::uint32_t a_packedVersion) noexcept | REL::Version | inlinestatic |
| value_type typedef | REL::Version | |
| Version() noexcept=default | REL::Version | |
| Version(std::array< value_type, 4 > a_version) noexcept | REL::Version | inlineexplicit |
| Version(value_type a_v1, value_type a_v2=0, value_type a_v3=0, value_type a_v4=0) noexcept | REL::Version | inline |
| Version(std::string_view a_version) | REL::Version | inlineexplicit |
| wstring(std::wstring_view a_separator=L"-"sv) const | REL::Version | inline |