template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 234 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/wire_types.h
Public Methods
::fuchsia_exception::wire::ProcessException Build ()
Build and return the table. The builder should not be used after this.
bool has_exception ()
void clear_exception ()
Clears the exception field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::exception & exception ()
`exception` is guaranteed to be valid.
BuilderImpl & exception (::zx::exception elem)
`exception` is guaranteed to be valid.
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 ()
Both `process` and `thread` will be valid if present.
BuilderImpl & process (::zx::process elem)
Both `process` and `thread` will be valid if present.
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.
BuilderImpl & thread (::zx::thread elem)
The thread that generated the exception.
The process may have other threads that are not reflected here.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_exception::wire::ProcessException, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_exception::wire::ProcessException>> && frame)