class Interest

Defined at line 22 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/cpp/fidl/fuchsia.diagnostics.types/cpp/natural_types.h

Interest expresses the scope of clients' desired diagnostics data,

e.g. for filtering messages or controlling their generation.

Public Methods

void Interest (Storage_ storage)
void Interest ()

Defined at line 28 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/cpp/fidl/fuchsia.diagnostics.types/cpp/natural_types.h

void Interest (Interest && )

Defined at line 29 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/cpp/fidl/fuchsia.diagnostics.types/cpp/natural_types.h

void Interest (const Interest & other)
Interest & operator= (Interest && )

Defined at line 30 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.types/fuchsia.diagnostics.types/cpp/fidl/fuchsia.diagnostics.types/cpp/natural_types.h

Interest & operator= (const Interest & other)
bool operator== (const Interest & other)
bool operator!= (const Interest & other)
bool IsEmpty ()
const std::optional< ::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.

::std::optional< ::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.

Interest & min_severity (std::optional< ::fuchsia_diagnostics_types::Severity> value)

Minimum desired severity. Components should include records at or

above this severity.

If not present, interpreted as Severity.INFO.

void Interest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits