class Parameter
Defined at line 1315 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h
Public Methods
bool IsUnknown ()
Defined at line 1329 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h
void Parameter ()
void ~Parameter ()
void Parameter (Parameter && other)
Parameter & operator= (Parameter && other)
bool has_invalid_tag ()
bool is_none ()
Parameter WithNone (::fuchsia_tee::wire::None val)
::fuchsia_tee::wire::None & none ()
const ::fuchsia_tee::wire::None & none ()
bool is_buffer ()
Parameter WithBuffer (::fidl::ObjectView< ::fuchsia_tee::wire::Buffer> val)
template <typename... Args>
Parameter WithBuffer (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 1348 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h
::fuchsia_tee::wire::Buffer & buffer ()
const ::fuchsia_tee::wire::Buffer & buffer ()
bool is_value ()
Parameter WithValue (::fidl::ObjectView< ::fuchsia_tee::wire::Value> val)
template <typename... Args>
Parameter WithValue (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 1362 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h
::fuchsia_tee::wire::Value & value ()
const ::fuchsia_tee::wire::Value & value ()
::fuchsia_tee::wire::Parameter::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kNone | 1 |
| kBuffer | 2 |
| kValue | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1323 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_types.h