class ClientSelectorConfiguration
Defined at line 3088 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void ClientSelectorConfiguration ()
void ~ClientSelectorConfiguration ()
void ClientSelectorConfiguration (ClientSelectorConfiguration && )
ClientSelectorConfiguration & operator= (ClientSelectorConfiguration && )
ClientSelectorConfiguration WithSelectors (::std::vector< ::fuchsia::diagnostics::SelectorArgument> && )
ClientSelectorConfiguration WithSelectAll (bool && )
::std::unique_ptr<ClientSelectorConfiguration> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ClientSelectorConfiguration * value, size_t offset)
zx_status_t Clone (ClientSelectorConfiguration * result)
bool has_invalid_tag ()
Defined at line 3116 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
bool is_selectors ()
Defined at line 3120 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
::std::vector< ::fuchsia::diagnostics::SelectorArgument> & selectors ()
A vector of [fuchsia.diagnostics/SelectorArgument] which
provide additional filters to scope data streams with. An empty vector is considered
a misconfiguration and will result in an epitaph signaling incorrect parameters.
Defined at line 3125 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
const ::std::vector< ::fuchsia::diagnostics::SelectorArgument> & selectors ()
A vector of [fuchsia.diagnostics/SelectorArgument] which
provide additional filters to scope data streams with. An empty vector is considered
a misconfiguration and will result in an epitaph signaling incorrect parameters.
Defined at line 3133 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
bool is_select_all ()
Defined at line 3139 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
bool & select_all ()
select_all must be true if set, and specifies that the client wants to retrieve
all data that their connection is able to expose.
Defined at line 3143 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
const bool & select_all ()
select_all must be true if set, and specifies that the client wants to retrieve
all data that their connection is able to expose.
Defined at line 3150 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
ClientSelectorConfiguration & set_selectors (::std::vector< ::fuchsia::diagnostics::SelectorArgument> value)
ClientSelectorConfiguration & set_select_all (bool value)
ClientSelectorConfiguration & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::fuchsia::diagnostics::ClientSelectorConfiguration::Tag Which ()
Defined at line 3157 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 3172 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
const std::vector<uint8_t> * UnknownBytes ()
Defined at line 3175 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kUnknown | 0 |
| kSelectors | 1 |
| kSelectAll | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3101 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/hlcpp/fuchsia/diagnostics/cpp/fidl.h
Friends
class Equality