class Value

Defined at line 810 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

Represents a direct value parameter.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_tee::wire::Value> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_tee::wire::Value> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tee::wire::Value>> frame)

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

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tee::wire::Value>> && frame_ptr)
void Value ()

Defined at line 812 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

void Value (const Value & other)

Defined at line 813 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

void Value (Value && other)

Defined at line 815 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

::fuchsia_tee::wire::Direction & direction ()
bool has_direction ()
uint64_t & a ()

This value is optional. If not set, a zero value is sent in its place if it is required by

the calling convention.

bool has_a ()
uint64_t & b ()

This value is optional. If not set, a zero value is sent in its place if it is required by

the calling convention.

bool has_b ()
uint64_t & c ()

This value is optional. If not set, a zero value is sent in its place if it is required by

the calling convention.

bool has_c ()
Value & operator= (const Value & other)

Defined at line 814 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

Value & operator= (Value && other)

Defined at line 816 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

Value & set_direction (::fuchsia_tee::wire::Direction elem)
Value & clear_direction ()
Value & set_a (::fidl::ObjectView<uint64_t> elem)
Value & set_a (std::nullptr_t )
Value & clear_a ()
Value & set_b (::fidl::ObjectView<uint64_t> elem)
Value & set_b (std::nullptr_t )
Value & clear_b ()
Value & set_c (::fidl::ObjectView<uint64_t> elem)
Value & set_c (std::nullptr_t )
Value & clear_c ()
void Value (::fidl::AnyArena & allocator)
void Value (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tee::wire::Value>> && 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 ~Value ()

Defined at line 818 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder