Skip to content

iox::capro::ServiceDescription::ClassHash🔗

Public Functions🔗

Name
ClassHash()
ClassHash(const std::initializer_list< uint32_t > & values)
uint32_t & operator[](iox::cxx::range< uint64_t, 0, CLASS_HASH_ELEMENT_COUNT - 1 > index)
const uint32_t & operator[](iox::cxx::range< uint64_t, 0, CLASS_HASH_ELEMENT_COUNT - 1 > index) const
bool operator==(const ClassHash & rhs) const
bool operator!=(const ClassHash & rhs) const

Public Functions Documentation🔗

function ClassHash🔗

ClassHash()

function ClassHash🔗

ClassHash(
    const std::initializer_list< uint32_t > & values
)

function operator[]🔗

uint32_t & operator[](
    iox::cxx::range< uint64_t, 0, CLASS_HASH_ELEMENT_COUNT - 1 > index
)

function operator[]🔗

const uint32_t & operator[](
    iox::cxx::range< uint64_t, 0, CLASS_HASH_ELEMENT_COUNT - 1 > index
) const

function operator==🔗

bool operator==(
    const ClassHash & rhs
) const

function operator!=🔗

bool operator!=(
    const ClassHash & rhs
) const

Updated on 18 December 2023 at 13:11:43 CET