class ComponentNamespaceEntry

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

A single component namespace entry, which describes a namespace mount point

(`path`) and the directory backing it (`directory`). This type is usually

composed inside a vector. See `ComponentStartInfo.ns` for more details.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & path ()

The mount point for the directory, including a

leading slash. For example: "/pkg", "/svc", or "/config/data".

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

bool has_path ()

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

::std::string * mutable_path ()

The mount point for the directory, including a

leading slash. For example: "/pkg", "/svc", or "/config/data".

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

void clear_path ()

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

const ::fidl::InterfaceHandle< ::fuchsia::io::Directory> & directory ()

The directory mounted at the above `path`.

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

bool has_directory ()

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

::fidl::InterfaceHandle< ::fuchsia::io::Directory> * mutable_directory ()

The directory mounted at the above `path`.

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

void clear_directory ()

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

ComponentNamespaceEntry & set_path (::std::string _value)
ComponentNamespaceEntry & set_directory (::fidl::InterfaceHandle< ::fuchsia::io::Directory> _value)
void ComponentNamespaceEntry ()
void ComponentNamespaceEntry (ComponentNamespaceEntry && other)
void ~ComponentNamespaceEntry ()
ComponentNamespaceEntry & operator= (ComponentNamespaceEntry && other)
::std::unique_ptr<ComponentNamespaceEntry> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ComponentNamespaceEntry * _value, size_t _offset)
zx_status_t Clone (ComponentNamespaceEntry * _result)