class GetProcessInfoOptions
Defined at line 919 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
Public Methods
void GetProcessInfoOptions ()
Defined at line 921 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
void GetProcessInfoOptions (const GetProcessInfoOptions & other)
Defined at line 922 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
GetProcessInfoOptions & operator= (const GetProcessInfoOptions & other)
Defined at line 923 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
void GetProcessInfoOptions (GetProcessInfoOptions && other)
Defined at line 924 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_debugger::wire::GetProcessInfoOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_debugger::wire::GetProcessInfoOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_debugger::wire::GetProcessInfoOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_debugger::wire::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.
bool has_filter ()
::fuchsia_debugger::wire::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.
bool has_interest ()
GetProcessInfoOptions & operator= (GetProcessInfoOptions && other)
Defined at line 925 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
void ~GetProcessInfoOptions ()
Defined at line 927 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder