class Storage
Defined at line 1266 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
A storage capability
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_component_test::wire::Storage> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Storage> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Storage>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Storage>> && frame_ptr)
void Storage ()
Defined at line 1268 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Storage (const Storage & other)
Defined at line 1269 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Storage (Storage && other)
Defined at line 1271 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
::fidl::StringView & name ()
The name of the capability. This is not the path of the directory.
Instead it is a name used for routing.
bool has_name ()
::fidl::StringView & as ()
A rename of the capability, which can be set when routing to another
component. This field is optional.
bool has_as ()
::fidl::StringView & path ()
The path in which to install the directory. The path should have a
leading slash but no trailing slash, e.g. `/config/data`. This field
is required.
bool has_path ()
::fuchsia_component_decl::wire::Availability & availability ()
Optional. Cannot be set to `SameAsTarget` if `to` contains a local
component.
bool has_availability ()
Storage & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Storage & set_name (std::nullptr_t )
Storage & clear_name ()
Storage & operator= (const Storage & other)
Defined at line 1270 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Storage & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Storage & set_as (std::nullptr_t )
Storage & clear_as ()
Storage & set_path (::fidl::ObjectView< ::fidl::StringView> elem)
Storage & set_path (std::nullptr_t )
Storage & clear_path ()
Storage & set_availability (::fuchsia_component_decl::wire::Availability elem)
Storage & clear_availability ()
void Storage (::fidl::AnyArena & allocator)
void Storage (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Storage>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
Storage & operator= (Storage && other)
Defined at line 1272 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void ~Storage ()
Defined at line 1274 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder