class ConnectionInfo

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

Public Methods

void ConnectionInfo ()

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

void ConnectionInfo (const ConnectionInfo & other)

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

ConnectionInfo & operator= (const ConnectionInfo & other)

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

void ConnectionInfo (ConnectionInfo && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_io::wire::ConnectionInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

ConnectionInfo & operator= (ConnectionInfo && other)

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

::fuchsia_io::wire::Operations & rights ()

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

bool has_rights ()
ConnectionInfo & set_rights (::fidl::ObjectView< ::fuchsia_io::wire::Operations> elem)
ConnectionInfo & set_rights (std::nullptr_t )
ConnectionInfo & clear_rights ()
void ConnectionInfo (::fidl::AnyArena & allocator)
void ConnectionInfo (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::ConnectionInfo>> && 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::ConnectionInfo>> && frame_ptr)
void ~ConnectionInfo ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder