class ThreadInfo
Defined at line 2356 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 thread.
Public Methods
void ThreadInfo (Storage_ storage)
void ThreadInfo ()
Defined at line 2361 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
void ThreadInfo (ThreadInfo && )
Defined at line 2362 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
void ThreadInfo (const ThreadInfo & other)
ThreadInfo & operator= (ThreadInfo && )
Defined at line 2363 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h
ThreadInfo & operator= (const ThreadInfo & other)
bool operator== (const ThreadInfo & other)
bool operator!= (const ThreadInfo & other)
bool IsEmpty ()
const std::optional<uint64_t> & koid ()
The koid for the thread.
::std::optional<uint64_t> & koid ()
The koid for the thread.
ThreadInfo & koid (std::optional<uint64_t> value)
The koid for the thread.
const std::optional< ::std::string> & name ()
The name of the thread.
::std::optional< ::std::string> & name ()
The name of the thread.
ThreadInfo & name (std::optional< ::std::string> value)
The name of the thread.
const std::optional< ::std::string> & scheduler_role ()
The scheduler role of the thread.
::std::optional< ::std::string> & scheduler_role ()
The scheduler role of the thread.
ThreadInfo & scheduler_role (std::optional< ::std::string> value)
The scheduler role of the thread.
void ThreadInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits