class NodeInfoDeprecated
Defined at line 4890 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Public Methods
void NodeInfoDeprecated ()
template <typename... Args>
NodeInfoDeprecated WithSymlink (::fidl::AnyArena & allocator, Args &&... args)
The connection composes ['Symlink'].
Defined at line 4959 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
void ~NodeInfoDeprecated ()
void NodeInfoDeprecated (NodeInfoDeprecated && other)
NodeInfoDeprecated & operator= (NodeInfoDeprecated && other)
bool has_invalid_tag ()
bool is_service ()
NodeInfoDeprecated WithService (::fuchsia_io::wire::Service val)
No protocol information was supplied by the connection.
::fuchsia_io::wire::Service & service ()
No protocol information was supplied by the connection.
const ::fuchsia_io::wire::Service & service ()
No protocol information was supplied by the connection.
bool is_file ()
NodeInfoDeprecated WithFile (::fidl::ObjectView< ::fuchsia_io::wire::FileObject> val)
The connection composes [`File`].
template <typename... Args>
NodeInfoDeprecated WithFile (::fidl::AnyArena & allocator, Args &&... args)
The connection composes [`File`].
Defined at line 4930 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
::fuchsia_io::wire::FileObject & file ()
The connection composes [`File`].
const ::fuchsia_io::wire::FileObject & file ()
The connection composes [`File`].
bool is_directory ()
NodeInfoDeprecated WithDirectory (::fuchsia_io::wire::DirectoryObject val)
The connection composes [`Directory`].
::fuchsia_io::wire::DirectoryObject & directory ()
The connection composes [`Directory`].
const ::fuchsia_io::wire::DirectoryObject & directory ()
The connection composes [`Directory`].
bool is_symlink ()
NodeInfoDeprecated WithSymlink (::fidl::ObjectView< ::fuchsia_io::wire::SymlinkObject> val)
The connection composes ['Symlink'].
::fuchsia_io::wire::SymlinkObject & symlink ()
The connection composes ['Symlink'].
const ::fuchsia_io::wire::SymlinkObject & symlink ()
The connection composes ['Symlink'].
::fuchsia_io::wire::NodeInfoDeprecated::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kService | 1 |
| kFile | 2 |
| kDirectory | 3 |
| kSymlink | 4 |
Defined at line 4903 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h