class SecureHeapRange
Defined at line 10928 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::SecureHeapRange> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_sysmem2::wire::SecureHeapRange> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::SecureHeapRange>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SecureHeapRange ()
Defined at line 10930 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
void SecureHeapRange (const SecureHeapRange & other)
Defined at line 10931 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
SecureHeapRange & operator= (const SecureHeapRange & other)
Defined at line 10932 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
void SecureHeapRange (SecureHeapRange && other)
Defined at line 10933 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
SecureHeapRange & operator= (SecureHeapRange && other)
Defined at line 10934 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
uint64_t & physical_address ()
Must be aligned to at least heap_range_granularity.
bool has_physical_address ()
uint64_t & size_bytes ()
Must be aligned to at least heap_range_granularity.
bool has_size_bytes ()
SecureHeapRange & set_physical_address (::fidl::ObjectView<uint64_t> elem)
SecureHeapRange & set_physical_address (std::nullptr_t )
SecureHeapRange & clear_physical_address ()
SecureHeapRange & set_size_bytes (::fidl::ObjectView<uint64_t> elem)
SecureHeapRange & set_size_bytes (std::nullptr_t )
SecureHeapRange & clear_size_bytes ()
void SecureHeapRange (::fidl::AnyArena & allocator)
void SecureHeapRange (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::SecureHeapRange>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::SecureHeapRange>> && frame_ptr)
void ~SecureHeapRange ()
Defined at line 10936 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder