class RepositoryUrl

Defined at line 1811 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

A fuchsia-pkg:// URL indicating a repository.

https://fuchsia.dev/fuchsia-src/concepts/packages/package_url#repository_identity

Public Methods

void RepositoryUrl (Storage_ storage)
void RepositoryUrl (::std::string url)
void RepositoryUrl ()

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

Defined at line 1821 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

void RepositoryUrl (RepositoryUrl && )

Defined at line 1824 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

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

Defined at line 1825 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

RepositoryUrl & operator= (const RepositoryUrl & other)
bool operator== (const RepositoryUrl & other)
bool operator!= (const RepositoryUrl & other)
const ::std::string & url ()
::std::string & url ()
RepositoryUrl & url (::std::string value)

Setter for url.

void RepositoryUrl (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits