class Interest
Defined at line 86 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/hlcpp/fuchsia/diagnostics/types/cpp/fidl.h
Interest expresses the scope of clients' desired diagnostics data,
e.g. for filtering messages or controlling their generation.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::diagnostics::types::Severity & min_severity ()
Minimum desired severity. Components should include records at or
above this severity.
If not present, interpreted as Severity.INFO.
Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/hlcpp/fuchsia/diagnostics/types/cpp/fidl.h
bool has_min_severity ()
Defined at line 100 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/hlcpp/fuchsia/diagnostics/types/cpp/fidl.h
::fuchsia::diagnostics::types::Severity * mutable_min_severity ()
Minimum desired severity. Components should include records at or
above this severity.
If not present, interpreted as Severity.INFO.
Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/hlcpp/fuchsia/diagnostics/types/cpp/fidl.h
void clear_min_severity ()
Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/hlcpp/fuchsia/diagnostics/types/cpp/fidl.h
Interest & set_min_severity (::fuchsia::diagnostics::types::Severity _value)
void Interest ()
void Interest (Interest && other)
void ~Interest ()
Interest & operator= (Interest && other)
::std::unique_ptr<Interest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Interest * _value, size_t _offset)
zx_status_t Clone (Interest * _result)