class SecureMemGetPhysicalSecureHeapPropertiesResult

Defined at line 4942 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/natural_types.h

Public Methods

void SecureMemGetPhysicalSecureHeapPropertiesResult (SecureMemGetPhysicalSecureHeapPropertiesResult && other)
SecureMemGetPhysicalSecureHeapPropertiesResult & operator= (SecureMemGetPhysicalSecureHeapPropertiesResult && other)
void SecureMemGetPhysicalSecureHeapPropertiesResult (const SecureMemGetPhysicalSecureHeapPropertiesResult & other)
SecureMemGetPhysicalSecureHeapPropertiesResult & operator= (const SecureMemGetPhysicalSecureHeapPropertiesResult & other)
bool operator== (const SecureMemGetPhysicalSecureHeapPropertiesResult & other)
bool operator!= (const SecureMemGetPhysicalSecureHeapPropertiesResult & other)
::fuchsia_sysmem::SecureMemGetPhysicalSecureHeapPropertiesResult::Tag Which ()
SecureMemGetPhysicalSecureHeapPropertiesResult WithResponse (::fuchsia_sysmem::SecureMemGetPhysicalSecureHeapPropertiesResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SecureMemGetPhysicalSecureHeapPropertiesResult & response (::fuchsia_sysmem::SecureMemGetPhysicalSecureHeapPropertiesResponse value)

Sets the union to hold the response member.

SecureMemGetPhysicalSecureHeapPropertiesResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SecureMemGetPhysicalSecureHeapPropertiesResult & err (int32_t value)

Sets the union to hold the err member.

void SecureMemGetPhysicalSecureHeapPropertiesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 4952 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits