class SecureHeapAndRangeModification

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

Return a builder that by defaults allocates of an arena.

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

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

void SecureHeapAndRangeModification ()

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

void SecureHeapAndRangeModification (const SecureHeapAndRangeModification & other)

Defined at line 1708 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 ()
::fuchsia_sysmem::wire::SecureHeapRange & old_range ()
bool has_old_range ()
::fuchsia_sysmem::wire::SecureHeapRange & new_range ()
bool has_new_range ()
SecureHeapAndRangeModification & operator= (const SecureHeapAndRangeModification & other)

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

void SecureHeapAndRangeModification (SecureHeapAndRangeModification && other)

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

SecureHeapAndRangeModification & operator= (SecureHeapAndRangeModification && other)

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

SecureHeapAndRangeModification & set_heap (::fidl::ObjectView< ::fuchsia_sysmem::wire::HeapType> elem)
SecureHeapAndRangeModification & set_heap (std::nullptr_t )
SecureHeapAndRangeModification & clear_heap ()
SecureHeapAndRangeModification & set_old_range (::fidl::ObjectView< ::fuchsia_sysmem::wire::SecureHeapRange> elem)
SecureHeapAndRangeModification & set_old_range (std::nullptr_t )
SecureHeapAndRangeModification & clear_old_range ()
SecureHeapAndRangeModification & set_new_range (::fidl::ObjectView< ::fuchsia_sysmem::wire::SecureHeapRange> elem)
SecureHeapAndRangeModification & set_new_range (std::nullptr_t )
SecureHeapAndRangeModification & clear_new_range ()
void SecureHeapAndRangeModification (::fidl::AnyArena & allocator)
void SecureHeapAndRangeModification (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem::wire::SecureHeapAndRangeModification>> && 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::SecureHeapAndRangeModification>> && frame_ptr)
void ~SecureHeapAndRangeModification ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder