class PackageProgram

Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.developer.console/fuchsia.developer.console/cpp/fidl/fuchsia.developer.console/cpp/natural_types.h

Public Methods

void PackageProgram (Storage_ storage)
void PackageProgram (::fuchsia_component_resolution::Package package, ::std::string path)
void PackageProgram ()

Default constructs a |PackageProgram| only if all of its members are default constructible.

Defined at line 107 of file fidling/gen/sdk/fidl/fuchsia.developer.console/fuchsia.developer.console/cpp/fidl/fuchsia.developer.console/cpp/natural_types.h

void PackageProgram (PackageProgram && )

Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.developer.console/fuchsia.developer.console/cpp/fidl/fuchsia.developer.console/cpp/natural_types.h

PackageProgram & operator= (PackageProgram && )

Defined at line 111 of file fidling/gen/sdk/fidl/fuchsia.developer.console/fuchsia.developer.console/cpp/fidl/fuchsia.developer.console/cpp/natural_types.h

const ::fuchsia_component_resolution::Package & package ()

The resolved package where the launcher looks for the program.

::fuchsia_component_resolution::Package & package ()

The resolved package where the launcher looks for the program.

PackageProgram & package (::fuchsia_component_resolution::Package value)

The resolved package where the launcher looks for the program.

const ::std::string & path ()

The path, relative to the package's directory, where the program

to be launched is found.

::std::string & path ()

The path, relative to the package's directory, where the program

to be launched is found.

PackageProgram & path (::std::string value)

The path, relative to the package's directory, where the program

to be launched is found.

void PackageProgram (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits