class SymlinkInfo
Defined at line 7413 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void SymlinkInfo (Storage_ storage)
void SymlinkInfo ()
Defined at line 7418 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void SymlinkInfo (SymlinkInfo && )
Defined at line 7419 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void SymlinkInfo (const SymlinkInfo & other)
SymlinkInfo & operator= (SymlinkInfo && )
Defined at line 7420 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
SymlinkInfo & operator= (const SymlinkInfo & other)
bool operator== (const SymlinkInfo & other)
bool operator!= (const SymlinkInfo & other)
bool IsEmpty ()
const std::optional< ::std::vector<uint8_t>> & target ()
The symbolic link has no meaning on the server; the client is free to interpret the
target however it chooses.
::std::optional< ::std::vector<uint8_t>> & target ()
The symbolic link has no meaning on the server; the client is free to interpret the
target however it chooses.
SymlinkInfo & target (std::optional< ::std::vector<uint8_t>> value)
The symbolic link has no meaning on the server; the client is free to interpret the
target however it chooses.
const std::optional< ::fuchsia_io::NodeAttributes2> & attributes ()
Requested attributes for the symbolic link. This is only populated if requested.
::std::optional< ::fuchsia_io::NodeAttributes2> & attributes ()
Requested attributes for the symbolic link. This is only populated if requested.
SymlinkInfo & attributes (std::optional< ::fuchsia_io::NodeAttributes2> value)
Requested attributes for the symbolic link. This is only populated if requested.
void SymlinkInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits