class DriverHostInfo

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

Contains information for a driver host.

Public Methods

void DriverHostInfo (Storage_ storage)
void DriverHostInfo ()

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

void DriverHostInfo (DriverHostInfo && )

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

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

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

DriverHostInfo & operator= (const DriverHostInfo & other)
bool operator== (const DriverHostInfo & other)
bool operator!= (const DriverHostInfo & other)
bool IsEmpty ()
const std::optional<uint64_t> & process_koid ()

The process KOID of the driver host.

::std::optional<uint64_t> & process_koid ()

The process KOID of the driver host.

DriverHostInfo & process_koid (std::optional<uint64_t> value)

The process KOID of the driver host.

const std::optional< ::std::vector< ::fuchsia_driver_development::ThreadInfo>> & threads ()

The list of threads of the driver host.

::std::optional< ::std::vector< ::fuchsia_driver_development::ThreadInfo>> & threads ()

The list of threads of the driver host.

DriverHostInfo & threads (std::optional< ::std::vector< ::fuchsia_driver_development::ThreadInfo>> value)

The list of threads of the driver host.

const std::optional< ::std::vector< ::std::string>> & drivers ()

List of drivers loaded into this driver host.

::std::optional< ::std::vector< ::std::string>> & drivers ()

List of drivers loaded into this driver host.

DriverHostInfo & drivers (std::optional< ::std::vector< ::std::string>> value)

List of drivers loaded into this driver host.

const std::optional< ::std::vector< ::fuchsia_driver_development::DispatcherInfo>> & dispatchers ()

List of dispatchers .

::std::optional< ::std::vector< ::fuchsia_driver_development::DispatcherInfo>> & dispatchers ()

List of dispatchers .

DriverHostInfo & dispatchers (std::optional< ::std::vector< ::fuchsia_driver_development::DispatcherInfo>> value)

List of dispatchers .

const std::optional< ::std::string> & name ()

Optional name of the driver host.

::std::optional< ::std::string> & name ()

Optional name of the driver host.

DriverHostInfo & name (std::optional< ::std::string> value)

Optional name of the driver host.

void DriverHostInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits