class DriverListsGetDriverListsResponse

Defined at line 478 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

Public Methods

void DriverListsGetDriverListsResponse (Storage_ storage)
void DriverListsGetDriverListsResponse (::std::vector< ::std::string> boot_drivers, ::std::vector< ::std::string> base_drivers)
void DriverListsGetDriverListsResponse ()

Default constructs a |DriverListsGetDriverListsResponse| only if all of its members are default constructible.

Defined at line 489 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void DriverListsGetDriverListsResponse (DriverListsGetDriverListsResponse && )

Defined at line 492 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

void DriverListsGetDriverListsResponse (const DriverListsGetDriverListsResponse & other)
DriverListsGetDriverListsResponse & operator= (DriverListsGetDriverListsResponse && )

Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_types.h

DriverListsGetDriverListsResponse & operator= (const DriverListsGetDriverListsResponse & other)
bool operator== (const DriverListsGetDriverListsResponse & other)
bool operator!= (const DriverListsGetDriverListsResponse & other)
const ::std::vector< ::std::string> & boot_drivers ()
::std::vector< ::std::string> & boot_drivers ()
DriverListsGetDriverListsResponse & boot_drivers (::std::vector< ::std::string> value)

Setter for boot_drivers.

const ::std::vector< ::std::string> & base_drivers ()
::std::vector< ::std::string> & base_drivers ()
DriverListsGetDriverListsResponse & base_drivers (::std::vector< ::std::string> value)

Setter for base_drivers.

void DriverListsGetDriverListsResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits