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 17 March 2022 at 12:15:57 CET