class RampFunction
Defined at line 645 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/natural_types.h
Supported types of ramping functions.
Public Methods
void RampFunction (RampFunction && other)
RampFunction & operator= (RampFunction && other)
void RampFunction (const RampFunction & other)
RampFunction & operator= (const RampFunction & other)
bool operator== (const RampFunction & other)
bool operator!= (const RampFunction & other)
bool IsUnknown ()
::fuchsia_audio::RampFunction::Tag Which ()
RampFunction WithLinearSlope (::fuchsia_audio::RampFunctionLinearSlope val)
const ::fidl::internal::UnionMemberView<1, Storage_> linear_slope ()
::fidl::internal::UnionMemberView<1, Storage_> linear_slope ()
RampFunction & linear_slope (::fuchsia_audio::RampFunctionLinearSlope value)
Sets the union to hold the linear_slope member.
void RampFunction (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kLinearSlope | 1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 653 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits