class SocketCreateSocketRequest
Defined at line 4473 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void SocketCreateSocketRequest (Storage_ storage)
void SocketCreateSocketRequest (::fuchsia_fdomain::SocketType options, ::std::array< ::fuchsia_fdomain::NewHandleId, 2> handles)
void SocketCreateSocketRequest ()
Default constructs a |SocketCreateSocketRequest| only if all of its members are default constructible.
Defined at line 4483 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
void SocketCreateSocketRequest (SocketCreateSocketRequest && )
Defined at line 4486 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
void SocketCreateSocketRequest (const SocketCreateSocketRequest & other)
SocketCreateSocketRequest & operator= (SocketCreateSocketRequest && )
Defined at line 4487 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
SocketCreateSocketRequest & operator= (const SocketCreateSocketRequest & other)
bool operator== (const SocketCreateSocketRequest & other)
bool operator!= (const SocketCreateSocketRequest & other)
::fuchsia_fdomain::SocketType options ()
::fuchsia_fdomain::SocketType & options ()
SocketCreateSocketRequest & options (::fuchsia_fdomain::SocketType value)
Setter for options.
const ::std::array< ::fuchsia_fdomain::NewHandleId, 2> & handles ()
::std::array< ::fuchsia_fdomain::NewHandleId, 2> & handles ()
SocketCreateSocketRequest & handles (::std::array< ::fuchsia_fdomain::NewHandleId, 2> value)
Setter for handles.
void SocketCreateSocketRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits