class Property

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

Public Methods

void Property (Storage_ storage)
void Property (::std::string label, ::std::string value)
void Property ()

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

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

void Property (Property && )

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

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

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

Property & operator= (const Property & other)
bool operator== (const Property & other)
bool operator!= (const Property & other)
const ::std::string & label ()
::std::string & label ()
Property & label (::std::string value)

Setter for label.

const ::std::string & value ()
::std::string & value ()
Property & value (::std::string value)

Setter for value.

void Property (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits