class JsonValue
Defined at line 302 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
Public Methods
void JsonValue ()
void JsonValue (const JsonValue & )
Defined at line 306 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
JsonValue & operator= (const JsonValue & )
Defined at line 307 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
void JsonValue (JsonValue && )
Defined at line 308 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
bool has_invalid_tag ()
bool is_int_value ()
JsonValue WithIntValue (int32_t val)
int32_t & int_value ()
const int32_t & int_value ()
bool is_string_value ()
JsonValue WithStringValue (::fidl::ObjectView< ::fidl::StringView> val)
JsonValue & operator= (JsonValue && )
Defined at line 309 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
template <typename... Args>
JsonValue WithStringValue (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 331 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
::fidl::StringView & string_value ()
const ::fidl::StringView & string_value ()
::fuchsia_examples::wire::JsonValue::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kIntValue | 1 |
| kStringValue | 2 |
Defined at line 311 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h