template <class Storage>
class GenericScanEnableBitsView
Defined at line 3617 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Public Methods
void GenericScanEnableBitsView<Storage> ()
Defined at line 3619 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
void GenericScanEnableBitsView<Storage> (Storage emboss_reserved_local_bytes)
Defined at line 3620 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void GenericScanEnableBitsView<Storage> (const GenericScanEnableBitsView<OtherStorage> & emboss_reserved_local_other)
Defined at line 3626 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename Arg, typename = typename ::std::enable_if< !EmbossReservedInternalIsGenericScanEnableBitsView< typename ::std::remove_cv<typename ::std::remove_reference< Arg>::type>::type>::value>::type>
void GenericScanEnableBitsView<Storage> (Arg && emboss_reserved_local_arg)
Defined at line 3636 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename Arg0,typename Arg1,typename... Args>
void GenericScanEnableBitsView<Storage> (Arg0 &&emboss_reserved_local_arg0,Arg1 &&emboss_reserved_local_arg1,Args &&...emboss_reserved_local_args)
Defined at line 3642 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
GenericScanEnableBitsView<Storage> & operator= (const GenericScanEnableBitsView<OtherStorage> & emboss_reserved_local_other)
Defined at line 3652 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool Ok ()
Defined at line 3660 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Storage BackingStorage ()
Defined at line 3686 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool IsComplete ()
Defined at line 3687 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::std::size_t SizeInBits ()
Defined at line 3693 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool SizeIsKnown ()
Defined at line 3696 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool Equals (GenericScanEnableBitsView<OtherStorage> emboss_reserved_local_other)
Defined at line 3702 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool UncheckedEquals (GenericScanEnableBitsView<OtherStorage> emboss_reserved_local_other)
Defined at line 3740 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void UncheckedCopyFrom (GenericScanEnableBitsView<OtherStorage> emboss_reserved_local_other)
Defined at line 3772 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
void CopyFrom (GenericScanEnableBitsView<OtherStorage> emboss_reserved_local_other)
Defined at line 3780 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
template <typename OtherStorage>
bool TryToCopyFrom (GenericScanEnableBitsView<OtherStorage> emboss_reserved_local_other)
Defined at line 3787 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
bool IsAggregate ()
Defined at line 3796 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualIntrinsicSizeInBitsView IntrinsicSizeInBits ()
Defined at line 3842 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 3845 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualMaxSizeInBitsView MaxSizeInBits ()
Defined at line 3877 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 3880 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
EmbossReservedDollarVirtualMinSizeInBitsView MinSizeInBits ()
Defined at line 3912 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 3915 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
typename ::emboss::prelude::FlagView< ::emboss::support::FixedSizeViewParameters<1, ::emboss::support::AllValuesAreOk>, typename Storage::template OffsetStorageType<0, 0>> inquiry ()
Defined at line 9980 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_inquiry ()
Defined at line 10015 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
typename ::emboss::prelude::FlagView< ::emboss::support::FixedSizeViewParameters<1, ::emboss::support::AllValuesAreOk>, typename Storage::template OffsetStorageType<0, 1>> page ()
Defined at line 10022 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
::emboss::support::Maybe<bool> has_page ()
Defined at line 10057 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_common.emb.h
Records
Friends
template <class OtherStorage>
class GenericScanEnableBitsView