class Symlink

Defined at line 507 of file fidling/gen/sdk/fidl/fuchsia.io.test/fuchsia.io.test/cpp/fidl/fuchsia.io.test/cpp/natural_types.h

Symlink object pointing to a target path.

Public Methods

void Symlink (Storage_ storage)
void Symlink (::std::string name, ::std::vector<uint8_t> target)
void Symlink ()

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

Defined at line 518 of file fidling/gen/sdk/fidl/fuchsia.io.test/fuchsia.io.test/cpp/fidl/fuchsia.io.test/cpp/natural_types.h

void Symlink (Symlink && )

Defined at line 521 of file fidling/gen/sdk/fidl/fuchsia.io.test/fuchsia.io.test/cpp/fidl/fuchsia.io.test/cpp/natural_types.h

void Symlink (const Symlink & other)
bool operator!= (const Symlink & other)
const ::std::string & name ()
::std::string & name ()
Symlink & name (::std::string value)

Setter for name.

Symlink & operator= (Symlink && )

Defined at line 522 of file fidling/gen/sdk/fidl/fuchsia.io.test/fuchsia.io.test/cpp/fidl/fuchsia.io.test/cpp/natural_types.h

Symlink & operator= (const Symlink & other)
bool operator== (const Symlink & other)
const ::std::vector<uint8_t> & target ()
::std::vector<uint8_t> & target ()
Symlink & target (::std::vector<uint8_t> value)

Setter for target.

void Symlink (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits