class CoherencyDomainSupport

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

Sysmem Heaps can have different support for different coherency

domains. This table contains the support status for each coherency

domain of a Heap.

Each member property should correspond to a coherency domain defined

in the CoherencyDomain enum.

Public Methods

void CoherencyDomainSupport ()

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

void CoherencyDomainSupport (const CoherencyDomainSupport & other)

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

void CoherencyDomainSupport (CoherencyDomainSupport && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_sysmem::wire::CoherencyDomainSupport> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_sysmem::wire::CoherencyDomainSupport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_sysmem::wire::CoherencyDomainSupport>> frame)

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

bool & cpu_supported ()

Iff set and true, this heap supports the CPU domain.

bool has_cpu_supported ()
bool & ram_supported ()

Iff set and true, this heap supports the RAM domain.

bool has_ram_supported ()
bool & inaccessible_supported ()

Iff set and true, this heap supports the INACCESSIBLE domain.

bool has_inaccessible_supported ()
CoherencyDomainSupport & operator= (const CoherencyDomainSupport & other)

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

CoherencyDomainSupport & operator= (CoherencyDomainSupport && other)

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

CoherencyDomainSupport & set_cpu_supported (bool elem)
CoherencyDomainSupport & clear_cpu_supported ()
CoherencyDomainSupport & set_ram_supported (bool elem)
CoherencyDomainSupport & clear_ram_supported ()
CoherencyDomainSupport & set_inaccessible_supported (bool elem)
CoherencyDomainSupport & clear_inaccessible_supported ()
void CoherencyDomainSupport (::fidl::AnyArena & allocator)
void CoherencyDomainSupport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_sysmem::wire::CoherencyDomainSupport>> && 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_hardware_sysmem::wire::CoherencyDomainSupport>> && frame_ptr)
void ~CoherencyDomainSupport ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder