class Parameter

Defined at line 112 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

Public Methods

void Parameter (Storage_ storage)
void Parameter (::std::string key, ::fuchsia_scheduler::ParameterValue value)
void Parameter ()

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

Defined at line 123 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

void Parameter (Parameter && )

Defined at line 126 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

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

Defined at line 127 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

Parameter & operator= (const Parameter & other)
bool operator== (const Parameter & other)
bool operator!= (const Parameter & other)
const ::std::string & key ()
::std::string & key ()
Parameter & key (::std::string value)

Setter for key.

const ::fuchsia_scheduler::ParameterValue & value ()
::fuchsia_scheduler::ParameterValue & value ()
Parameter & value (::fuchsia_scheduler::ParameterValue value)

Setter for value.

void Parameter (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits