class Runner
Defined at line 1903 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
A runner capability
Public Methods
void Runner (Storage_ storage)
void Runner ()
Defined at line 1908 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void Runner (Runner && )
Defined at line 1909 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void Runner (const Runner & other)
Runner & operator= (Runner && )
Defined at line 1910 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/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 ()
The name of the runner.
::std::optional< ::std::string> & name ()
The name of the runner.
Runner & name (std::optional< ::std::string> value)
The name of the runner.
const std::optional< ::std::string> & as ()
A rename of the runner, which can be set when routing to another
component. This field is optional.
::std::optional< ::std::string> & as ()
A rename of the runner, which can be set when routing to another
component. This field is optional.
Runner & as (std::optional< ::std::string> value)
A rename of the runner, which can be set when routing to another
component. This field is optional.
const std::optional< ::std::string> & path ()
Override the path in which the runner is installed. Instead of
`/svc/{name}`, this value will be used. Path should begin with a
leading slash and omit a trailing slash, e.g.
`/foo/fuchsia.logger.LogSink`. This field is optional.
::std::optional< ::std::string> & path ()
Override the path in which the runner is installed. Instead of
`/svc/{name}`, this value will be used. Path should begin with a
leading slash and omit a trailing slash, e.g.
`/foo/fuchsia.logger.LogSink`. This field is optional.
Runner & path (std::optional< ::std::string> value)
Override the path in which the runner is installed. Instead of
`/svc/{name}`, this value will be used. Path should begin with a
leading slash and omit a trailing slash, e.g.
`/foo/fuchsia.logger.LogSink`. This field is optional.
const std::optional< ::std::string> & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
::std::optional< ::std::string> & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
Runner & from_dictionary (std::optional< ::std::string> value)
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
void Runner (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits