template <class Storage>
class GenericEventHeaderView
Defined at line 6052 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Public Methods
void GenericEventHeaderView<Storage> ()
Defined at line 6054 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
void GenericEventHeaderView<Storage> (Storage emboss_reserved_local_bytes)
Defined at line 6055 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void GenericEventHeaderView<Storage> (const GenericEventHeaderView<OtherStorage> & emboss_reserved_local_other)
Defined at line 6061 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename Arg, typename = typename ::std::enable_if<
!EmbossReservedInternalIsGenericEventHeaderView<
typename ::std::remove_cv<typename ::std::remove_reference<
Arg>::type>::type>::value>::type>
void GenericEventHeaderView<Storage> (Arg && emboss_reserved_local_arg)
Defined at line 6071 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename Arg0, typename Arg1, typename... Args>
void GenericEventHeaderView<Storage> (Arg0 && emboss_reserved_local_arg0, Arg1 && emboss_reserved_local_arg1, Args &&... emboss_reserved_local_args)
Defined at line 6077 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
GenericEventHeaderView<Storage> & operator= (const GenericEventHeaderView<OtherStorage> & emboss_reserved_local_other)
Defined at line 6087 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool Ok ()
Defined at line 6095 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Storage BackingStorage ()
Defined at line 6125 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool IsComplete ()
Defined at line 6126 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::std::size_t SizeInBytes ()
Defined at line 6132 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool SizeIsKnown ()
Defined at line 6135 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool Equals (GenericEventHeaderView<OtherStorage> emboss_reserved_local_other)
Defined at line 6141 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool UncheckedEquals (GenericEventHeaderView<OtherStorage> emboss_reserved_local_other)
Defined at line 6196 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void UncheckedCopyFrom (GenericEventHeaderView<OtherStorage> emboss_reserved_local_other)
Defined at line 6242 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void CopyFrom (GenericEventHeaderView<OtherStorage> emboss_reserved_local_other)
Defined at line 6250 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool TryToCopyFrom (GenericEventHeaderView<OtherStorage> emboss_reserved_local_other)
Defined at line 6257 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool IsAggregate ()
Defined at line 6266 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualIntrinsicSizeInBytesView IntrinsicSizeInBytes ()
Defined at line 6321 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_IntrinsicSizeInBytes ()
Defined at line 6324 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualMaxSizeInBytesView MaxSizeInBytes ()
Defined at line 6356 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_MaxSizeInBytes ()
Defined at line 6359 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualMinSizeInBytesView MinSizeInBytes ()
Defined at line 6391 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_MinSizeInBytes ()
Defined at line 6394 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
typename ::emboss::support::EnumView< ::pw::bluetooth::emboss::EventCode, ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 0>>, 8>> event_code ()
Defined at line 10076 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_event_code ()
Defined at line 10114 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 0>>, 8>> event_code_uint ()
Defined at line 10121 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_event_code_uint ()
Defined at line 10156 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 1>>, 8>> parameter_total_size ()
Defined at line 10163 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_parameter_total_size ()
Defined at line 10198 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Records
Friends
template <class OtherStorage>
class GenericEventHeaderView