class NodeInfo

Defined at line 3182 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Information that describes the target node.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_io::wire::NodeInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_io::wire::NodeInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::NodeInfo>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void NodeInfo ()

Defined at line 3184 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

void NodeInfo (const NodeInfo & other)

Defined at line 3185 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

NodeInfo & operator= (const NodeInfo & other)

Defined at line 3186 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

void NodeInfo (NodeInfo && other)

Defined at line 3187 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

::fuchsia_io::wire::NodeAttributes2 & attributes ()
bool has_attributes ()
NodeInfo & operator= (NodeInfo && other)

Defined at line 3188 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

NodeInfo & set_attributes (::fidl::ObjectView< ::fuchsia_io::wire::NodeAttributes2> elem)
NodeInfo & set_attributes (std::nullptr_t )
NodeInfo & clear_attributes ()
void NodeInfo (::fidl::AnyArena & allocator)
void NodeInfo (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::NodeInfo>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::NodeInfo>> && frame_ptr)
void ~NodeInfo ()

Defined at line 3190 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder