class Symlink_Describe_Result
Defined at line 8848 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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Symlink_Describe_Result *value,size_toffset)
zx_status_t Clone (Symlink_Describe_Result * result)
bool has_invalid_tag ()
Defined at line 8875 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_response ()
Defined at line 8879 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::SymlinkInfo & response ()
Defined at line 8881 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fuchsia::io::SymlinkInfo & response ()
Defined at line 8886 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_framework_err ()
Defined at line 8892 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 8894 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 8899 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 8905 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 8913 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 8918 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 8921 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 : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kFrameworkErr | 3 |
0x3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 8861 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Friends
class Equality