class GraphDeleteEdgeRequest
Defined at line 678 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Public Methods
void GraphDeleteEdgeRequest (Storage_ storage)
void GraphDeleteEdgeRequest ()
Defined at line 683 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void GraphDeleteEdgeRequest (GraphDeleteEdgeRequest && )
Defined at line 684 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void GraphDeleteEdgeRequest (const GraphDeleteEdgeRequest & other)
GraphDeleteEdgeRequest & operator= (GraphDeleteEdgeRequest && )
Defined at line 685 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
GraphDeleteEdgeRequest & operator= (const GraphDeleteEdgeRequest & other)
bool operator== (const GraphDeleteEdgeRequest & other)
bool operator!= (const GraphDeleteEdgeRequest & other)
bool IsEmpty ()
const std::optional<uint64_t> & dest_id ()
ID of the destination node.
::std::optional<uint64_t> & dest_id ()
ID of the destination node.
GraphDeleteEdgeRequest & dest_id (std::optional<uint64_t> value)
ID of the destination node.
const std::optional<uint64_t> & source_id ()
ID of the source node.
::std::optional<uint64_t> & source_id ()
ID of the source node.
GraphDeleteEdgeRequest & source_id (std::optional<uint64_t> value)
ID of the source node.
void GraphDeleteEdgeRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits