template <typename T>
class status
Defined at line 87 of file ../../src/devices/board/lib/acpi/status.h
Specialization of status for returning a single value.
Public Methods
void status<T> (error<ACPI_STATUS> error)
Implicit conversion from error
<ACPI
_STATUS>.
Defined at line 95 of file ../../src/devices/board/lib/acpi/status.h
ACPI_STATUS status_value ()
Returns the underlying error or AE_OK if not in the error state. This
accessor simplifies interfacing with code that uses ACPI_STATUS directly.
Defined at line 106 of file ../../src/devices/board/lib/acpi/status.h
zx_status_t zx_status_value ()
Defined at line 110 of file ../../src/devices/board/lib/acpi/status.h