class NodeGetFlagsResult
Defined at line 4932 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void NodeGetFlagsResult (NodeGetFlagsResult && other)
NodeGetFlagsResult & operator= (NodeGetFlagsResult && other)
void NodeGetFlagsResult (const NodeGetFlagsResult & other)
NodeGetFlagsResult & operator= (const NodeGetFlagsResult & other)
bool operator== (const NodeGetFlagsResult & other)
bool operator!= (const NodeGetFlagsResult & other)
::fuchsia_io::NodeGetFlagsResult::Tag Which ()
NodeGetFlagsResult WithResponse (::fuchsia_io::NodeGetFlagsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
NodeGetFlagsResult & response (::fuchsia_io::NodeGetFlagsResponse value)
Sets the union to hold the response member.
NodeGetFlagsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
NodeGetFlagsResult & err (int32_t value)
Sets the union to hold the err member.
NodeGetFlagsResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
NodeGetFlagsResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void NodeGetFlagsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 4943 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits