class ProviderInfo
Defined at line 1648 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
Result of `GetProviders`.
Public Methods
void ProviderInfo (Storage_ storage)
void ProviderInfo ()
Defined at line 1653 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void ProviderInfo (ProviderInfo && )
Defined at line 1654 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void ProviderInfo (const ProviderInfo & other)
ProviderInfo & operator= (ProviderInfo && )
Defined at line 1655 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
ProviderInfo & operator= (const ProviderInfo & other)
bool operator== (const ProviderInfo & other)
bool operator!= (const ProviderInfo & other)
bool IsEmpty ()
const std::optional<uint32_t> & id ()
The provider's ID, assigned by trace-manager.
::std::optional<uint32_t> & id ()
The provider's ID, assigned by trace-manager.
ProviderInfo & id (std::optional<uint32_t> value)
The provider's ID, assigned by trace-manager.
const std::optional<uint64_t> & pid ()
The provider's pid.
::std::optional<uint64_t> & pid ()
The provider's pid.
ProviderInfo & pid (std::optional<uint64_t> value)
The provider's pid.
const std::optional< ::std::string> & name ()
The name of the provider.
::std::optional< ::std::string> & name ()
The name of the provider.
ProviderInfo & name (std::optional< ::std::string> value)
The name of the provider.
void ProviderInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits