class GetProcessInfoOptions
Defined at line 772 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Public Methods
void GetProcessInfoOptions (Storage_ storage)
void GetProcessInfoOptions ()
Defined at line 778 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
void GetProcessInfoOptions (GetProcessInfoOptions && )
Defined at line 779 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
void GetProcessInfoOptions (const GetProcessInfoOptions & other)
GetProcessInfoOptions & operator= (GetProcessInfoOptions && )
Defined at line 780 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
GetProcessInfoOptions & operator= (const GetProcessInfoOptions & other)
bool operator== (const GetProcessInfoOptions & other)
bool operator!= (const GetProcessInfoOptions & other)
bool IsEmpty ()
const std::optional< ::fuchsia_debugger::Filter> & filter ()
A filter that will reduce the number of processes that are iterated
over. This will not install any new filters and will not cause new
processes to be attached. Instead, this filter will be applied to
already attached processes, which can be useful if there are many
processes currently attached.
::std::optional< ::fuchsia_debugger::Filter> & filter ()
A filter that will reduce the number of processes that are iterated
over. This will not install any new filters and will not cause new
processes to be attached. Instead, this filter will be applied to
already attached processes, which can be useful if there are many
processes currently attached.
GetProcessInfoOptions & filter (std::optional< ::fuchsia_debugger::Filter> value)
A filter that will reduce the number of processes that are iterated
over. This will not install any new filters and will not cause new
processes to be attached. Instead, this filter will be applied to
already attached processes, which can be useful if there are many
processes currently attached.
const std::optional< ::fuchsia_debugger::ThreadDetailsInterest> & interest ()
Clients should specify the data they are interested in being yielded
from the iterator here. Any unspecified fields will be assumed to be
false. See ThreadDetailsInterest for descriptions of possible data.
::std::optional< ::fuchsia_debugger::ThreadDetailsInterest> & interest ()
Clients should specify the data they are interested in being yielded
from the iterator here. Any unspecified fields will be assumed to be
false. See ThreadDetailsInterest for descriptions of possible data.
GetProcessInfoOptions & interest (std::optional< ::fuchsia_debugger::ThreadDetailsInterest> value)
Clients should specify the data they are interested in being yielded
from the iterator here. Any unspecified fields will be assumed to be
false. See ThreadDetailsInterest for descriptions of possible data.
void GetProcessInfoOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits