class Service
Defined at line 1689 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Declares a service capability backed by this component.
To learn more about services, see:
https://fuchsia.dev/fuchsia-src/glossary#service
Public Methods
void Service (Storage_ storage)
void Service ()
Defined at line 1694 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void Service (Service && )
Defined at line 1695 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void Service (const Service & other)
Service & operator= (Service && )
Defined at line 1696 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Service & operator= (const Service & other)
bool operator== (const Service & other)
bool operator!= (const Service & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
(Required) The name of this service.
::std::optional< ::std::string> & name ()
(Required) The name of this service.
Service & name (std::optional< ::std::string> value)
(Required) The name of this service.
const std::optional< ::std::string> & source_path ()
(Optional) The path to the service in the component's outgoing
directory.
Not set for built-in capabilities.
::std::optional< ::std::string> & source_path ()
(Optional) The path to the service in the component's outgoing
directory.
Not set for built-in capabilities.
Service & source_path (std::optional< ::std::string> value)
(Optional) The path to the service in the component's outgoing
directory.
Not set for built-in capabilities.
void Service (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits