class ParameterValue

Defined at line 472 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

Public Methods

void ParameterValue ()
void ParameterValue (const ParameterValue & )

Defined at line 476 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

ParameterValue & operator= (const ParameterValue & )

Defined at line 477 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

void ParameterValue (ParameterValue && )

Defined at line 478 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

ParameterValue & operator= (ParameterValue && )

Defined at line 479 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

bool IsUnknown ()

Defined at line 487 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

bool has_invalid_tag ()
bool is_float_value ()
ParameterValue WithFloatValue (::fidl::ObjectView<double> val)
template <typename... Args>
ParameterValue WithFloatValue (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 498 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

double & float_value ()
const double & float_value ()
bool is_int_value ()
ParameterValue WithIntValue (::fidl::ObjectView<int64_t> val)
template <typename... Args>
ParameterValue WithIntValue (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 512 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

int64_t & int_value ()
const int64_t & int_value ()
bool is_string_value ()
ParameterValue WithStringValue (::fidl::ObjectView< ::fidl::StringView> val)
template <typename... Args>
ParameterValue WithStringValue (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 526 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

::fidl::StringView & string_value ()
const ::fidl::StringView & string_value ()
::fuchsia_scheduler::wire::ParameterValue::Tag Which ()

Enumerations

enum Tag
Name Value
kFloatValue 1
kIntValue 2
kStringValue 3
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 481 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h