class EventSubscription

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

Indicates the event name to subscribe to with a given event mode.

Public Methods

void EventSubscription (Storage_ storage)
void EventSubscription ()

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

void EventSubscription (EventSubscription && )

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

void EventSubscription (const EventSubscription & other)
EventSubscription & operator= (EventSubscription && )

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

EventSubscription & operator= (const EventSubscription & other)
bool operator== (const EventSubscription & other)
bool operator!= (const EventSubscription & other)
bool IsEmpty ()
const std::optional< ::std::string> & event_name ()

(Required) The event names to subscribe to.

::std::optional< ::std::string> & event_name ()

(Required) The event names to subscribe to.

EventSubscription & event_name (std::optional< ::std::string> value)

(Required) The event names to subscribe to.

void EventSubscription (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits