class Runner

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

Declares a runner capability backed by a service.

Public Methods

void Runner (Storage_ storage)
void Runner ()

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

void Runner (Runner && )

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

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

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

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

(Required) The name of this runner.

Must unique among runners declared in the same `ComponentDecl`.

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

(Required) The name of this runner.

Must unique among runners declared in the same `ComponentDecl`.

Runner & name (std::optional< ::std::string> value)

(Required) The name of this runner.

Must unique among runners declared in the same `ComponentDecl`.

const std::optional< ::std::string> & source_path ()

(Optional) The path to the runner protocol in the component's outgoing

directory.

Not set for built-in capabilities.

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

(Optional) The path to the runner protocol in the component's outgoing

directory.

Not set for built-in capabilities.

Runner & source_path (std::optional< ::std::string> value)

(Optional) The path to the runner protocol in the component's outgoing

directory.

Not set for built-in capabilities.

void Runner (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits