class ProfileProviderRegisterHandlerWithCapacityRequest

Defined at line 4909 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

Public Methods

void ProfileProviderRegisterHandlerWithCapacityRequest (Storage_ storage)
void ProfileProviderRegisterHandlerWithCapacityRequest (::zx::thread thread_handle, ::std::string name, int64_t period, float capacity)
void ProfileProviderRegisterHandlerWithCapacityRequest ()

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

Defined at line 4919 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

void ProfileProviderRegisterHandlerWithCapacityRequest (ProfileProviderRegisterHandlerWithCapacityRequest && )

Defined at line 4922 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

ProfileProviderRegisterHandlerWithCapacityRequest & operator= (ProfileProviderRegisterHandlerWithCapacityRequest && )

Defined at line 4923 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

const ::zx::thread & thread_handle ()
::zx::thread & thread_handle ()
ProfileProviderRegisterHandlerWithCapacityRequest & thread_handle (::zx::thread value)

Setter for thread_handle.

const ::std::string & name ()
::std::string & name ()
ProfileProviderRegisterHandlerWithCapacityRequest & name (::std::string value)

Setter for name.

int64_t period ()
int64_t & period ()
ProfileProviderRegisterHandlerWithCapacityRequest & period (int64_t value)

Setter for period.

float capacity ()
float & capacity ()
ProfileProviderRegisterHandlerWithCapacityRequest & capacity (float value)

Setter for capacity.

void ProfileProviderRegisterHandlerWithCapacityRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits