class ProcessExplorerGetVmapsResult
Defined at line 1271 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Public Methods
void ProcessExplorerGetVmapsResult (ProcessExplorerGetVmapsResult && other)
ProcessExplorerGetVmapsResult & operator= (ProcessExplorerGetVmapsResult && other)
void ProcessExplorerGetVmapsResult (const ProcessExplorerGetVmapsResult & other)
ProcessExplorerGetVmapsResult & operator= (const ProcessExplorerGetVmapsResult & other)
bool operator== (const ProcessExplorerGetVmapsResult & other)
bool operator!= (const ProcessExplorerGetVmapsResult & other)
::fuchsia_process_explorer::ProcessExplorerGetVmapsResult::Tag Which ()
ProcessExplorerGetVmapsResult WithResponse (::fuchsia_process_explorer::ProcessExplorerGetVmapsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProcessExplorerGetVmapsResult & response (::fuchsia_process_explorer::ProcessExplorerGetVmapsResponse value)
Sets the union to hold the response member.
ProcessExplorerGetVmapsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProcessExplorerGetVmapsResult & err (int32_t value)
Sets the union to hold the err member.
ProcessExplorerGetVmapsResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ProcessExplorerGetVmapsResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ProcessExplorerGetVmapsResult (::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 1279 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits