class DeviceCategory
Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
Device categories as provided in the driver's component manifest.
Public Methods
void DeviceCategory (Storage_ storage)
void DeviceCategory ()
Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
void DeviceCategory (DeviceCategory && )
Defined at line 409 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
void DeviceCategory (const DeviceCategory & other)
DeviceCategory & operator= (DeviceCategory && )
Defined at line 410 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
DeviceCategory & operator= (const DeviceCategory & other)
bool operator== (const DeviceCategory & other)
bool operator!= (const DeviceCategory & other)
bool IsEmpty ()
const std::optional< ::std::string> & category ()
::std::optional< ::std::string> & category ()
DeviceCategory & category (std::optional< ::std::string> value)
Setter for category.
const std::optional< ::std::string> & subcategory ()
::std::optional< ::std::string> & subcategory ()
DeviceCategory & subcategory (std::optional< ::std::string> value)
Setter for subcategory.
void DeviceCategory (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits