class RegistryRegisterV2Request

Defined at line 948 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h

Public Methods

void RegistryRegisterV2Request (Storage_ storage)
void RegistryRegisterV2Request (::fidl::ClientEnd< ::fuchsia_tracing_provider::ProviderV2> provider, uint64_t pid, ::std::string name)
void RegistryRegisterV2Request ()

Default constructs a |RegistryRegisterV2Request| only if all of its members are default constructible.

Defined at line 959 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h

void RegistryRegisterV2Request (RegistryRegisterV2Request && )

Defined at line 962 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h

RegistryRegisterV2Request & operator= (RegistryRegisterV2Request && )

Defined at line 963 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/natural_types.h

const ::fidl::ClientEnd< ::fuchsia_tracing_provider::ProviderV2> & provider ()
::fidl::ClientEnd< ::fuchsia_tracing_provider::ProviderV2> & provider ()
RegistryRegisterV2Request & provider (::fidl::ClientEnd< ::fuchsia_tracing_provider::ProviderV2> value)

Setter for provider.

uint64_t pid ()

The process id of the provider used for logging and diagnostics

uint64_t & pid ()

The process id of the provider used for logging and diagnostics

RegistryRegisterV2Request & pid (uint64_t value)

The process id of the provider used for logging and diagnostics

const ::std::string & name ()

The name of the provider used for logging and diagnostics

::std::string & name ()

The name of the provider used for logging and diagnostics

RegistryRegisterV2Request & name (::std::string value)

The name of the provider used for logging and diagnostics

void RegistryRegisterV2Request (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits