class RealmQueryResolveDeclarationRequest

Defined at line 2225 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

void RealmQueryResolveDeclarationRequest (Storage_ storage)
void RealmQueryResolveDeclarationRequest (::std::string parent, ::fuchsia_sys2::ChildLocation child_location, ::std::string url)
void RealmQueryResolveDeclarationRequest ()

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

Defined at line 2235 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

void RealmQueryResolveDeclarationRequest (RealmQueryResolveDeclarationRequest && )

Defined at line 2238 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

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

Defined at line 2239 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

RealmQueryResolveDeclarationRequest & operator= (const RealmQueryResolveDeclarationRequest & other)
bool operator== (const RealmQueryResolveDeclarationRequest & other)
bool operator!= (const RealmQueryResolveDeclarationRequest & other)
const ::std::string & parent ()
::std::string & parent ()
RealmQueryResolveDeclarationRequest & parent (::std::string value)

Setter for parent.

const ::fuchsia_sys2::ChildLocation & child_location ()
::fuchsia_sys2::ChildLocation & child_location ()
RealmQueryResolveDeclarationRequest & child_location (::fuchsia_sys2::ChildLocation value)

Setter for child_location.

const ::std::string & url ()
::std::string & url ()
RealmQueryResolveDeclarationRequest & url (::std::string value)

Setter for url.

void RealmQueryResolveDeclarationRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits