class ContextGetRemoteDebuggingPortResult
Defined at line 997 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Public Methods
void ContextGetRemoteDebuggingPortResult (ContextGetRemoteDebuggingPortResult && other)
ContextGetRemoteDebuggingPortResult & operator= (ContextGetRemoteDebuggingPortResult && other)
void ContextGetRemoteDebuggingPortResult (const ContextGetRemoteDebuggingPortResult & other)
ContextGetRemoteDebuggingPortResult & operator= (const ContextGetRemoteDebuggingPortResult & other)
bool operator== (const ContextGetRemoteDebuggingPortResult & other)
bool operator!= (const ContextGetRemoteDebuggingPortResult & other)
::fuchsia_web::ContextGetRemoteDebuggingPortResult::Tag Which ()
ContextGetRemoteDebuggingPortResult WithResponse (::fuchsia_web::ContextGetRemoteDebuggingPortResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ContextGetRemoteDebuggingPortResult & response (::fuchsia_web::ContextGetRemoteDebuggingPortResponse value)
Sets the union to hold the response member.
ContextGetRemoteDebuggingPortResult WithErr (::fuchsia_web::ContextError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ContextGetRemoteDebuggingPortResult & err (::fuchsia_web::ContextError value)
Sets the union to hold the err member.
void ContextGetRemoteDebuggingPortResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1007 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits