class SecureHeapAndRange

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

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_sysmem::wire::SecureHeapAndRange> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem::wire::SecureHeapAndRange>> 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::SecureHeapAndRange>> && frame_ptr)
void SecureHeapAndRange ()

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

void SecureHeapAndRange (SecureHeapAndRange && other)

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

::fuchsia_sysmem::wire::HeapType & heap ()
bool has_heap ()
bool has_range ()
SecureHeapAndRange & operator= (const SecureHeapAndRange & other)

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

SecureHeapAndRange & operator= (SecureHeapAndRange && other)

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

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

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

::fuchsia_sysmem::wire::SecureHeapRange & range ()
void ~SecureHeapAndRange ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder