class CapabilitiesDictionaryInsertRequest

Defined at line 3234 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h

Public Methods

void CapabilitiesDictionaryInsertRequest (Storage_ storage)
void CapabilitiesDictionaryInsertRequest (::zx::eventpair dictionary, ::std::string key, ::zx::eventpair value)
void CapabilitiesDictionaryInsertRequest ()

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

Defined at line 3244 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h

void CapabilitiesDictionaryInsertRequest (CapabilitiesDictionaryInsertRequest && )

Defined at line 3247 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h

const ::zx::eventpair & dictionary ()
::zx::eventpair & dictionary ()
CapabilitiesDictionaryInsertRequest & dictionary (::zx::eventpair value)

Setter for dictionary.

const ::std::string & key ()
::std::string & key ()
CapabilitiesDictionaryInsertRequest & key (::std::string value)

Setter for key.

CapabilitiesDictionaryInsertRequest & operator= (CapabilitiesDictionaryInsertRequest && )

Defined at line 3248 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h

const ::zx::eventpair & value ()
::zx::eventpair & value ()
CapabilitiesDictionaryInsertRequest & value (::zx::eventpair value)

Setter for value.

void CapabilitiesDictionaryInsertRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits