class NodeInfoDeprecated

Defined at line 8472 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 ()
const ::fuchsia::io::Service & service ()

No protocol information was supplied by the connection.

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

bool is_file ()

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

bool is_directory ()

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

bool is_symlink ()

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

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

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

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 8503 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool is_service ()

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

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 8555 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 8561 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 8487 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

Friends

class Equality