class OsRevision

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

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

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

Return a builder that by defaults allocates of an arena.

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

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

void OsRevision ()

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

void OsRevision (const OsRevision & other)

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

OsRevision & operator= (const OsRevision & other)

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

void OsRevision (OsRevision && other)

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

uint32_t & major ()
bool has_major ()
uint32_t & minor ()
bool has_minor ()
OsRevision & operator= (OsRevision && other)

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

OsRevision & set_major (uint32_t elem)
OsRevision & clear_major ()
OsRevision & set_minor (uint32_t elem)
OsRevision & clear_minor ()
void OsRevision (::fidl::AnyArena & allocator)
void OsRevision (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tee::wire::OsRevision>> && 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_tee::wire::OsRevision>> && frame_ptr)
void ~OsRevision ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder