struct OwnedStringProp
Defined at line 29 of file ../../src/devices/board/lib/acpi/device-builder.h
A helper class that takes ownership of the string value of a |zx_device_str_prop_t|.
Public Methods
void OwnedStringProp (const char * key, const char * value)
Defined at line 30 of file ../../src/devices/board/lib/acpi/device-builder.h
void OwnedStringProp (const char * key, uint32_t value)
Defined at line 35 of file ../../src/devices/board/lib/acpi/device-builder.h
void OwnedStringProp (OwnedStringProp & other)
Defined at line 40 of file ../../src/devices/board/lib/acpi/device-builder.h
void OwnedStringProp (OwnedStringProp && other)
Defined at line 46 of file ../../src/devices/board/lib/acpi/device-builder.h
OwnedStringProp & operator= (const OwnedStringProp & other)
Defined at line 53 of file ../../src/devices/board/lib/acpi/device-builder.h
OwnedStringProp & operator= (OwnedStringProp && other)
Defined at line 63 of file ../../src/devices/board/lib/acpi/device-builder.h