class Value

Defined at line 402 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_types.h

Represents a direct value parameter.

Public Methods

void Value (Storage_ storage)
void Value ()

Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_types.h

void Value (Value && )

Defined at line 409 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_types.h

void Value (const Value & other)
Value & operator= (Value && )

Defined at line 410 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_types.h

Value & operator= (const Value & other)
bool operator== (const Value & other)
bool operator!= (const Value & other)
bool IsEmpty ()
const std::optional< ::fuchsia_tee::Direction> & direction ()
::std::optional< ::fuchsia_tee::Direction> & direction ()
Value & direction (std::optional< ::fuchsia_tee::Direction> value)

Setter for direction.

const std::optional<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.

::std::optional<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.

Value & a (std::optional<uint64_t> value)

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

the calling convention.

const std::optional<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.

::std::optional<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.

Value & b (std::optional<uint64_t> value)

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

the calling convention.

const std::optional<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.

::std::optional<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.

Value & c (std::optional<uint64_t> value)

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

the calling convention.

void Value (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits