template <class Storage>

class GenericOpCodeBitsView

Defined at line 5256 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

Public Methods

void GenericOpCodeBitsView<Storage> ()

Defined at line 5258 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

void GenericOpCodeBitsView<Storage> (Storage emboss_reserved_local_bytes)

Defined at line 5259 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
void GenericOpCodeBitsView<Storage> (const GenericOpCodeBitsView<OtherStorage> & emboss_reserved_local_other)

Defined at line 5265 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename Arg, typename = typename ::std::enable_if<
                                    !EmbossReservedInternalIsGenericOpCodeBitsView<
                                        typename ::std::remove_cv<typename ::std::remove_reference<
                                            Arg>::type>::type>::value>::type>
void GenericOpCodeBitsView<Storage> (Arg && emboss_reserved_local_arg)

Defined at line 5275 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename Arg0, typename Arg1, typename... Args>
void GenericOpCodeBitsView<Storage> (Arg0 && emboss_reserved_local_arg0, Arg1 && emboss_reserved_local_arg1, Args &&... emboss_reserved_local_args)

Defined at line 5281 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
GenericOpCodeBitsView<Storage> & operator= (const GenericOpCodeBitsView<OtherStorage> & emboss_reserved_local_other)

Defined at line 5291 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

bool Ok ()

Defined at line 5299 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

Storage BackingStorage ()

Defined at line 5325 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

bool IsComplete ()

Defined at line 5326 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::std::size_t SizeInBits ()

Defined at line 5332 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

bool SizeIsKnown ()

Defined at line 5335 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
bool Equals (GenericOpCodeBitsView<OtherStorage> emboss_reserved_local_other)

Defined at line 5341 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
bool UncheckedEquals (GenericOpCodeBitsView<OtherStorage> emboss_reserved_local_other)

Defined at line 5379 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
void UncheckedCopyFrom (GenericOpCodeBitsView<OtherStorage> emboss_reserved_local_other)

Defined at line 5411 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
void CopyFrom (GenericOpCodeBitsView<OtherStorage> emboss_reserved_local_other)

Defined at line 5419 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

template <typename OtherStorage>
bool TryToCopyFrom (GenericOpCodeBitsView<OtherStorage> emboss_reserved_local_other)

Defined at line 5426 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

bool IsAggregate ()

Defined at line 5435 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

EmbossReservedDollarVirtualIntrinsicSizeInBitsView IntrinsicSizeInBits ()

Defined at line 5481 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::emboss::support::Maybe<bool> has_IntrinsicSizeInBits ()

Defined at line 5484 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

EmbossReservedDollarVirtualMaxSizeInBitsView MaxSizeInBits ()

Defined at line 5516 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::emboss::support::Maybe<bool> has_MaxSizeInBits ()

Defined at line 5519 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

EmbossReservedDollarVirtualMinSizeInBitsView MinSizeInBits ()

Defined at line 5551 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::emboss::support::Maybe<bool> has_MinSizeInBits ()

Defined at line 5554 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<10, ::emboss::support::AllValuesAreOk>, typename Storage::template OffsetStorageType<0, 0>> ocf ()

Defined at line 9747 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::emboss::support::Maybe<bool> has_ocf ()

Defined at line 9782 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<6, ::emboss::support::AllValuesAreOk>, typename Storage::template OffsetStorageType<0, 10>> ogf ()

Defined at line 9789 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

::emboss::support::Maybe<bool> has_ogf ()

Defined at line 9824 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h

Records

Friends

template <class OtherStorage>
class GenericOpCodeBitsView