class Process

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

Public Methods

void Process (Storage_ storage)
void Process ()

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

void Process (Process && )

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

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

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

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

Setter for koid.

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

Setter for name.

const std::optional< ::std::vector<uint64_t>> & threads ()
::std::optional< ::std::vector<uint64_t>> & threads ()
Process & threads (std::optional< ::std::vector<uint64_t>> value)

Setter for threads.

const std::optional<uint64_t> & start_time ()
::std::optional<uint64_t> & start_time ()
Process & start_time (std::optional<uint64_t> value)

Setter for start_time.

void Process (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits