class MatchDriverArgs
Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.driver.index/fuchsia.driver.index/cpp/fidl/fuchsia.driver.index/cpp/natural_types.h
Public Methods
void MatchDriverArgs (Storage_ storage)
void MatchDriverArgs ()
Defined at line 730 of file fidling/gen/sdk/fidl/fuchsia.driver.index/fuchsia.driver.index/cpp/fidl/fuchsia.driver.index/cpp/natural_types.h
void MatchDriverArgs (MatchDriverArgs && )
Defined at line 731 of file fidling/gen/sdk/fidl/fuchsia.driver.index/fuchsia.driver.index/cpp/fidl/fuchsia.driver.index/cpp/natural_types.h
void MatchDriverArgs (const MatchDriverArgs & other)
MatchDriverArgs & operator= (MatchDriverArgs && )
Defined at line 732 of file fidling/gen/sdk/fidl/fuchsia.driver.index/fuchsia.driver.index/cpp/fidl/fuchsia.driver.index/cpp/natural_types.h
MatchDriverArgs & operator= (const MatchDriverArgs & other)
bool operator== (const MatchDriverArgs & other)
bool operator!= (const MatchDriverArgs & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_driver_framework::NodeProperty2>> & properties ()
Properties of the node to be matched.
::std::optional< ::std::vector< ::fuchsia_driver_framework::NodeProperty2>> & properties ()
Properties of the node to be matched.
MatchDriverArgs & properties (std::optional< ::std::vector< ::fuchsia_driver_framework::NodeProperty2>> value)
Properties of the node to be matched.
const std::optional< ::std::string> & name ()
The name of the node to be matched. Used for debugging purposes.
::std::optional< ::std::string> & name ()
The name of the node to be matched. Used for debugging purposes.
MatchDriverArgs & name (std::optional< ::std::string> value)
The name of the node to be matched. Used for debugging purposes.
const std::optional< ::std::string> & driver_url_suffix ()
::std::optional< ::std::string> & driver_url_suffix ()
MatchDriverArgs & driver_url_suffix (std::optional< ::std::string> value)
Setter for driver_url_suffix.
void MatchDriverArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits