class EventStream

Defined at line 2982 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

Declares an event_stream capability

This type cannot be used in `fuchsia.component.decl.Component`. It is only

used for the framework's built-in capabilities declared in

`internal.Config`.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & name ()

(Required) The name of this event stream.

Must be unique among built-in capabilities.

Defined at line 2991 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

bool has_name ()

Defined at line 2995 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

::std::string * mutable_name ()

(Required) The name of this event stream.

Must be unique among built-in capabilities.

Defined at line 3002 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

void clear_name ()

Defined at line 3010 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

EventStream & set_name (::std::string _value)
void EventStream ()
void EventStream (EventStream && other)
void ~EventStream ()
EventStream & operator= (EventStream && other)
::std::unique_ptr<EventStream> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EventStream * _value, size_t _offset)
zx_status_t Clone (EventStream * _result)