class NodeInfoDeprecated

Defined at line 8443 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 NodeInfoDeprecated ()
void NodeInfoDeprecated (NodeInfoDeprecated && )
NodeInfoDeprecated & operator= (NodeInfoDeprecated && )
NodeInfoDeprecated WithService (::fuchsia::io::Service && )
NodeInfoDeprecated WithFile (::fuchsia::io::FileObject && )
NodeInfoDeprecated WithDirectory (::fuchsia::io::DirectoryObject && )
NodeInfoDeprecated WithSymlink (::fuchsia::io::SymlinkObject && )
::std::unique_ptr<NodeInfoDeprecated> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NodeInfoDeprecated * value, size_t offset)
zx_status_t Clone (NodeInfoDeprecated * result)
bool has_invalid_tag ()

Defined at line 8474 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool is_service ()

Defined at line 8478 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::fuchsia::io::Service & service ()

No protocol information was supplied by the connection.

Defined at line 8481 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

const ::fuchsia::io::Service & service ()

No protocol information was supplied by the connection.

Defined at line 8487 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool is_file ()

Defined at line 8493 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::fuchsia::io::FileObject & file ()

The connection composes [`File`].

Defined at line 8496 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

const ::fuchsia::io::FileObject & file ()

The connection composes [`File`].

Defined at line 8502 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool is_directory ()

Defined at line 8508 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::fuchsia::io::DirectoryObject & directory ()

The connection composes [`Directory`].

Defined at line 8511 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

const ::fuchsia::io::DirectoryObject & directory ()

The connection composes [`Directory`].

Defined at line 8517 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool is_symlink ()

Defined at line 8523 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void ~NodeInfoDeprecated ()
NodeInfoDeprecated & set_service (::fuchsia::io::Service value)
NodeInfoDeprecated & set_file (::fuchsia::io::FileObject value)
NodeInfoDeprecated & set_directory (::fuchsia::io::DirectoryObject value)
NodeInfoDeprecated & set_symlink (::fuchsia::io::SymlinkObject value)
::fuchsia::io::SymlinkObject & symlink ()

The connection composes ['Symlink'].

Defined at line 8526 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

const ::fuchsia::io::SymlinkObject & symlink ()

The connection composes ['Symlink'].

Defined at line 8532 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::fuchsia::io::NodeInfoDeprecated::Tag Which ()

Defined at line 8538 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 8546 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kService 1

0x1

kFile 2

0x2

kDirectory 3

0x3

kSymlink 4

0x4

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 8458 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

Friends

class Equality