class SecureHeapAndRanges
Defined at line 11143 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::SecureHeapAndRanges> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_sysmem2::wire::SecureHeapAndRanges> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::SecureHeapAndRanges>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SecureHeapAndRanges ()
Defined at line 11145 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
void SecureHeapAndRanges (const SecureHeapAndRanges & other)
Defined at line 11146 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
::fuchsia_sysmem2::wire::Heap & heap ()
This is which secure/protected heap.
bool has_heap ()
SecureHeapAndRanges & operator= (const SecureHeapAndRanges & other)
Defined at line 11147 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
void SecureHeapAndRanges (SecureHeapAndRanges && other)
Defined at line 11148 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
SecureHeapAndRanges & operator= (SecureHeapAndRanges && other)
Defined at line 11149 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_sysmem2::wire::SecureHeapRange> & ranges ()
The list of physical ranges. This list must be sorted by
physical_address (lower first), and must not have any overlapping
ranges. Ranges that are directly adjacent are allowed (not
overlapping).
bool has_ranges ()
SecureHeapAndRanges & set_heap (::fidl::ObjectView< ::fuchsia_sysmem2::wire::Heap> elem)
SecureHeapAndRanges & set_heap (std::nullptr_t )
SecureHeapAndRanges & clear_heap ()
SecureHeapAndRanges & set_ranges (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_sysmem2::wire::SecureHeapRange>> elem)
SecureHeapAndRanges & set_ranges (std::nullptr_t )
SecureHeapAndRanges & clear_ranges ()
void SecureHeapAndRanges (::fidl::AnyArena & allocator)
void SecureHeapAndRanges (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::SecureHeapAndRanges>> && 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::SecureHeapAndRanges>> && frame_ptr)
void ~SecureHeapAndRanges ()
Defined at line 11151 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder