class DeviceCategory
Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Device categories as provided in the driver's component manifest.
Public Methods
void DeviceCategory ()
Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
void DeviceCategory (const DeviceCategory & other)
Defined at line 217 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
bool has_category ()
DeviceCategory & operator= (const DeviceCategory & other)
Defined at line 218 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
void DeviceCategory (DeviceCategory && other)
Defined at line 219 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::DeviceCategory> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_driver_framework::wire::DeviceCategory> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DeviceCategory>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::StringView & category ()
DeviceCategory & operator= (DeviceCategory && other)
Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
::fidl::StringView & subcategory ()
bool has_subcategory ()
DeviceCategory & set_category (::fidl::ObjectView< ::fidl::StringView> elem)
DeviceCategory & set_category (std::nullptr_t )
DeviceCategory & clear_category ()
DeviceCategory & set_subcategory (::fidl::ObjectView< ::fidl::StringView> elem)
DeviceCategory & set_subcategory (std::nullptr_t )
DeviceCategory & clear_subcategory ()
void DeviceCategory (::fidl::AnyArena & allocator)
void DeviceCategory (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DeviceCategory>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DeviceCategory>> && frame_ptr)
void ~DeviceCategory ()
Defined at line 222 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder