class SecureHeapAndRanges

Defined at line 1105 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/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_sysmem::wire::SecureHeapAndRanges> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_sysmem::wire::SecureHeapAndRanges> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem::wire::SecureHeapAndRanges>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem::wire::SecureHeapAndRanges>> && frame_ptr)
void SecureHeapAndRanges ()

Defined at line 1107 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

void SecureHeapAndRanges (SecureHeapAndRanges && other)

Defined at line 1110 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

::fuchsia_sysmem::wire::HeapType & heap ()

This is which secure/protected heap.

bool has_heap ()
bool has_ranges ()
SecureHeapAndRanges & operator= (const SecureHeapAndRanges & other)

Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

SecureHeapAndRanges & operator= (SecureHeapAndRanges && other)

Defined at line 1111 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

SecureHeapAndRanges & set_heap (::fidl::ObjectView< ::fuchsia_sysmem::wire::HeapType> elem)
SecureHeapAndRanges & set_heap (std::nullptr_t )
SecureHeapAndRanges & clear_heap ()
SecureHeapAndRanges & set_ranges (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_sysmem::wire::SecureHeapRange>> elem)
SecureHeapAndRanges & set_ranges (std::nullptr_t )
SecureHeapAndRanges & clear_ranges ()
void SecureHeapAndRanges (::fidl::AnyArena & allocator)
void SecureHeapAndRanges (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem::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 SecureHeapAndRanges (const SecureHeapAndRanges & other)

Defined at line 1108 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

::fidl::VectorView< ::fuchsia_sysmem::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).

void ~SecureHeapAndRanges ()

Defined at line 1113 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder