class GraphCreateCustomResponse

Defined at line 3613 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

Public Methods

void GraphCreateCustomResponse (Storage_ storage)
void GraphCreateCustomResponse ()

Defined at line 3618 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

void GraphCreateCustomResponse (GraphCreateCustomResponse && )

Defined at line 3619 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

bool IsEmpty ()
const std::optional<uint64_t> & id ()

ID of the newly-created node. Guaranteed to be unique.

::std::optional<uint64_t> & id ()

ID of the newly-created node. Guaranteed to be unique.

GraphCreateCustomResponse & id (std::optional<uint64_t> value)

ID of the newly-created node. Guaranteed to be unique.

const std::optional< ::fuchsia_audio_mixer::CustomNodeProperties> & node_properties ()

Additional properties of the newly-created node.

::std::optional< ::fuchsia_audio_mixer::CustomNodeProperties> & node_properties ()

Additional properties of the newly-created node.

GraphCreateCustomResponse & node_properties (std::optional< ::fuchsia_audio_mixer::CustomNodeProperties> value)

Additional properties of the newly-created node.

void GraphCreateCustomResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
GraphCreateCustomResponse & operator= (GraphCreateCustomResponse && )

Defined at line 3620 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

Friends

class MemberVisitor
class NaturalTableCodingTraits