class LogSettingsSetComponentInterestRequest

Defined at line 1170 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/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_diagnostics::wire::LogSettingsSetComponentInterestRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest>> frame)

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

void LogSettingsSetComponentInterestRequest ()

Defined at line 1172 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

void LogSettingsSetComponentInterestRequest (const LogSettingsSetComponentInterestRequest & other)

Defined at line 1173 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

LogSettingsSetComponentInterestRequest & operator= (const LogSettingsSetComponentInterestRequest & other)

Defined at line 1174 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

void LogSettingsSetComponentInterestRequest (LogSettingsSetComponentInterestRequest && other)

Defined at line 1175 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

LogSettingsSetComponentInterestRequest & operator= (LogSettingsSetComponentInterestRequest && other)

Defined at line 1176 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

::fidl::VectorView< ::fuchsia_diagnostics::wire::LogInterestSelector> & selectors ()

List of selectors. Required.

bool has_selectors ()
bool & persist ()

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

bool has_persist ()
LogSettingsSetComponentInterestRequest & set_selectors (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_diagnostics::wire::LogInterestSelector>> elem)
LogSettingsSetComponentInterestRequest & set_selectors (std::nullptr_t )
LogSettingsSetComponentInterestRequest & clear_selectors ()
LogSettingsSetComponentInterestRequest & set_persist (bool elem)
LogSettingsSetComponentInterestRequest & clear_persist ()
void LogSettingsSetComponentInterestRequest (::fidl::AnyArena & allocator)
void LogSettingsSetComponentInterestRequest (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest>> && 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_diagnostics::wire::LogSettingsSetComponentInterestRequest>> && frame_ptr)
void ~LogSettingsSetComponentInterestRequest ()

Defined at line 1178 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder