class SymlinkObject
Defined at line 7280 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void SymlinkObject (Storage_ storage)
void SymlinkObject (::std::vector<uint8_t> target)
void SymlinkObject ()
Default constructs a |SymlinkObject| only if all of its members are default constructible.
Defined at line 7290 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void SymlinkObject (SymlinkObject && )
Defined at line 7293 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void SymlinkObject (const SymlinkObject & other)
SymlinkObject & operator= (SymlinkObject && )
Defined at line 7294 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
SymlinkObject & operator= (const SymlinkObject & other)
bool operator== (const SymlinkObject & other)
bool operator!= (const SymlinkObject & other)
const ::std::vector<uint8_t> & target ()
::std::vector<uint8_t> & target ()
SymlinkObject & target (::std::vector<uint8_t> value)
Setter for target.
void SymlinkObject (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits