class Event
Defined at line 1791 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
An event delivered via `SuiteController.WatchEvents`.
Public Methods
void Event (Storage_ storage)
void Event ()
Defined at line 1796 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
void Event (Event && )
Defined at line 1797 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
bool IsEmpty ()
Event & operator= (Event && )
Defined at line 1798 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
const std::optional<int64_t> & timestamp ()
The time at which the event occurred.
::std::optional<int64_t> & timestamp ()
The time at which the event occurred.
Event & timestamp (std::optional<int64_t> value)
The time at which the event occurred.
const std::optional< ::fuchsia_test_manager::EventDetails> & details ()
The details of the event.
::std::optional< ::fuchsia_test_manager::EventDetails> & details ()
The details of the event.
Event & details (std::optional< ::fuchsia_test_manager::EventDetails> value)
The details of the event.
void Event (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits