class Thread

Defined at line 213 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

Public Methods

void Thread (Storage_ storage)
void Thread ()

Defined at line 219 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

void Thread (Thread && )

Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

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

Defined at line 221 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

Thread & operator= (const Thread & other)
bool operator== (const Thread & other)
bool operator!= (const Thread & other)
bool IsEmpty ()
const std::optional<uint64_t> & koid ()
::std::optional<uint64_t> & koid ()
Thread & koid (std::optional<uint64_t> value)

Setter for koid.

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

Setter for name.

const std::optional<uint32_t> & state ()
::std::optional<uint32_t> & state ()
Thread & state (std::optional<uint32_t> value)

Setter for state.

void Thread (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits