class ProcessInfo
Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Public Methods
void ProcessInfo (Storage_ storage)
void ProcessInfo (uint64_t process, ::std::string moniker, uint64_t thread, ::fuchsia_debugger::ThreadDetails details)
void ProcessInfo ()
Default constructs a |ProcessInfo| only if all of its members are default constructible.
Defined at line 248 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
void ProcessInfo (ProcessInfo && )
Defined at line 251 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
void ProcessInfo (const ProcessInfo & other)
ProcessInfo & operator= (ProcessInfo && )
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
ProcessInfo & operator= (const ProcessInfo & other)
bool operator== (const ProcessInfo & other)
bool operator!= (const ProcessInfo & other)
uint64_t process ()
uint64_t & process ()
ProcessInfo & process (uint64_t value)
Setter for process.
const ::std::string & moniker ()
::std::string & moniker ()
ProcessInfo & moniker (::std::string value)
Setter for moniker.
uint64_t thread ()
The koid of the thread that produced the information in |details|.
uint64_t & thread ()
The koid of the thread that produced the information in |details|.
ProcessInfo & thread (uint64_t value)
The koid of the thread that produced the information in |details|.
const ::fuchsia_debugger::ThreadDetails & details ()
Details about the thread with |koid|, as specified in the
ThreadDetailsInterest given to |GetProcessInfo|.
::fuchsia_debugger::ThreadDetails & details ()
Details about the thread with |koid|, as specified in the
ThreadDetailsInterest given to |GetProcessInfo|.
ProcessInfo & details (::fuchsia_debugger::ThreadDetails value)
Details about the thread with |koid|, as specified in the
ThreadDetailsInterest given to |GetProcessInfo|.
void ProcessInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits