class DispatcherInfo
Defined at line 58 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h
Information about the driver host's threads. Used for debugging.
Public Methods
void DispatcherInfo (Storage_ storage)
void DispatcherInfo (::std::string driver, ::std::string name, uint32_t options, ::std::string scheduler_role)
void DispatcherInfo ()
Default constructs a |DispatcherInfo| only if all of its members are default constructible.
Defined at line 69 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h
void DispatcherInfo (DispatcherInfo && )
Defined at line 72 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h
void DispatcherInfo (const DispatcherInfo & other)
DispatcherInfo & operator= (DispatcherInfo && )
Defined at line 73 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h
DispatcherInfo & operator= (const DispatcherInfo & other)
bool operator== (const DispatcherInfo & other)
bool operator!= (const DispatcherInfo & other)
const ::std::string & driver ()
::std::string & driver ()
DispatcherInfo & driver (::std::string value)
Setter for driver.
const ::std::string & name ()
::std::string & name ()
DispatcherInfo & name (::std::string value)
Setter for name.
uint32_t options ()
uint32_t & options ()
DispatcherInfo & options (uint32_t value)
Setter for options.
const ::std::string & scheduler_role ()
::std::string & scheduler_role ()
DispatcherInfo & scheduler_role (::std::string value)
Setter for scheduler_role.
void DispatcherInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits