class SecureHeapRange

Defined at line 890 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::SecureHeapRange> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

void SecureHeapRange ()

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

void SecureHeapRange (const SecureHeapRange & other)

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

SecureHeapRange & operator= (const SecureHeapRange & other)

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

void SecureHeapRange (SecureHeapRange && other)

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

SecureHeapRange & operator= (SecureHeapRange && other)

Defined at line 896 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/cpp/fidl/fuchsia.sysmem/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_sysmem::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_sysmem::wire::SecureHeapRange>> && frame_ptr)
void ~SecureHeapRange ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder