class Symlink_Describe_Result
Defined at line 8816 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Symlink_Describe_Result ()
void ~Symlink_Describe_Result ()
void Symlink_Describe_Result (Symlink_Describe_Result && )
Symlink_Describe_Result & operator= (Symlink_Describe_Result && )
Symlink_Describe_Result WithResponse (::fuchsia::io::SymlinkInfo && )
Symlink_Describe_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<Symlink_Describe_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Symlink_Describe_Result * value, size_t offset)
zx_status_t Clone (Symlink_Describe_Result * result)
bool has_invalid_tag ()
Defined at line 8843 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_response ()
Defined at line 8847 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::SymlinkInfo & response ()
Defined at line 8849 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fuchsia::io::SymlinkInfo & response ()
Defined at line 8854 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_framework_err ()
Defined at line 8860 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 8862 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 8867 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::Symlink_Describe_Result::Tag Which ()
Defined at line 8873 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 8881 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void Symlink_Describe_Result (fpromise::ok_result< ::fuchsia::io::SymlinkInfo> && result)
Defined at line 8886 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
fpromise::result< ::fuchsia::io::SymlinkInfo, ::fidl::FrameworkErr> operator result ()
Defined at line 8889 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Symlink_Describe_Result & set_response (::fuchsia::io::SymlinkInfo value)
Symlink_Describe_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 8829 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Friends
class Equality