class OwePublicKey

Defined at line 375 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

Public Methods

void OwePublicKey (Storage_ storage)
void OwePublicKey (uint16_t group, ::std::vector<uint8_t> key)
void OwePublicKey ()

Default constructs a |OwePublicKey| only if all of its members are default constructible.

Defined at line 386 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

void OwePublicKey (OwePublicKey && )

Defined at line 389 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

void OwePublicKey (const OwePublicKey & other)
OwePublicKey & operator= (OwePublicKey && )

Defined at line 390 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

OwePublicKey & operator= (const OwePublicKey & other)
bool operator== (const OwePublicKey & other)
bool operator!= (const OwePublicKey & other)
uint16_t group ()
uint16_t & group ()
OwePublicKey & group (uint16_t value)

Setter for group.

const ::std::vector<uint8_t> & key ()
::std::vector<uint8_t> & key ()
OwePublicKey & key (::std::vector<uint8_t> value)

Setter for key.

void OwePublicKey (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits