template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 744 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/wire_types.h
Public Methods
::fuchsia_exception::wire::ProcessExceptionMetadata Build ()
Build and return the table. The builder should not be used after this.
bool has_info ()
void clear_info ()
Clears the info field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_exception::wire::ExceptionInfo & info ()
Getter for info.
BuilderImpl & info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_exception::wire::ExceptionInfo>> elem)
Setter for info.
bool has_process ()
void clear_process ()
Clears the process field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::process & process ()
Only has ZX_RIGHT_READ and ZX_RIGHT_GET_PROPERTY rights.
BuilderImpl & process (::zx::process elem)
Only has ZX_RIGHT_READ and ZX_RIGHT_GET_PROPERTY rights.
bool has_thread ()
void clear_thread ()
Clears the thread field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::thread & thread ()
The thread that generated the exception.
The process may have other threads that are not reflected here.
Only has ZX_RIGHT_READ and ZX_RIGHT_GET_PROPERTY rights.
BuilderImpl & thread (::zx::thread elem)
The thread that generated the exception.
The process may have other threads that are not reflected here.
Only has ZX_RIGHT_READ and ZX_RIGHT_GET_PROPERTY rights.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_exception::wire::ProcessExceptionMetadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_exception::wire::ProcessExceptionMetadata>> && frame)