class AllocatorSetDebugClientInfoRequest

Defined at line 1050 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

Public Methods

void AllocatorSetDebugClientInfoRequest ()

Defined at line 1052 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

void AllocatorSetDebugClientInfoRequest (const AllocatorSetDebugClientInfoRequest & other)

Defined at line 1053 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

void AllocatorSetDebugClientInfoRequest (AllocatorSetDebugClientInfoRequest && other)

Defined at line 1055 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_sysmem2::wire::AllocatorSetDebugClientInfoRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_sysmem2::wire::AllocatorSetDebugClientInfoRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::AllocatorSetDebugClientInfoRequest>> frame)

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

::fidl::StringView & name ()
bool has_name ()
uint64_t & id ()
bool has_id ()
AllocatorSetDebugClientInfoRequest & operator= (const AllocatorSetDebugClientInfoRequest & other)

Defined at line 1054 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

AllocatorSetDebugClientInfoRequest & operator= (AllocatorSetDebugClientInfoRequest && other)

Defined at line 1056 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

AllocatorSetDebugClientInfoRequest & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
AllocatorSetDebugClientInfoRequest & set_name (std::nullptr_t )
AllocatorSetDebugClientInfoRequest & clear_name ()
AllocatorSetDebugClientInfoRequest & set_id (::fidl::ObjectView<uint64_t> elem)
AllocatorSetDebugClientInfoRequest & set_id (std::nullptr_t )
AllocatorSetDebugClientInfoRequest & clear_id ()
void AllocatorSetDebugClientInfoRequest (::fidl::AnyArena & allocator)
void AllocatorSetDebugClientInfoRequest (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::AllocatorSetDebugClientInfoRequest>> && 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_sysmem2::wire::AllocatorSetDebugClientInfoRequest>> && frame_ptr)
void ~AllocatorSetDebugClientInfoRequest ()

Defined at line 1058 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder