class LogInterestSelector
Defined at line 1475 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
Public Methods
void LogInterestSelector (Storage_ storage)
void LogInterestSelector (::fuchsia_diagnostics::ComponentSelector selector, ::fuchsia_diagnostics_types::Interest interest)
void LogInterestSelector ()
Default constructs a |LogInterestSelector| only if all of its members are default constructible.
Defined at line 1485 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
void LogInterestSelector (LogInterestSelector && )
Defined at line 1488 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
void LogInterestSelector (const LogInterestSelector & other)
LogInterestSelector & operator= (LogInterestSelector && )
Defined at line 1489 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
LogInterestSelector & operator= (const LogInterestSelector & other)
bool operator== (const LogInterestSelector & other)
bool operator!= (const LogInterestSelector & other)
const ::fuchsia_diagnostics::ComponentSelector & selector ()
Matches the components for which the interest will be requested.
::fuchsia_diagnostics::ComponentSelector & selector ()
Matches the components for which the interest will be requested.
LogInterestSelector & selector (::fuchsia_diagnostics::ComponentSelector value)
Matches the components for which the interest will be requested.
const ::fuchsia_diagnostics_types::Interest & interest ()
The interest level that will be sent to components matching the selector.
::fuchsia_diagnostics_types::Interest & interest ()
The interest level that will be sent to components matching the selector.
LogInterestSelector & interest (::fuchsia_diagnostics_types::Interest value)
The interest level that will be sent to components matching the selector.
void LogInterestSelector (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits