class StorageIterator

Defined at line 11018 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

An iterator protocol for returning a set of components using a storage

capability. See |StorageAdmin.ListStorageInRealm| for more information.

Public Methods

void ~StorageIterator ()
void Next (NextCallback callback)

Retrieve the next set of components using the storage capability. The

returned monikers are relative to the component that declares the

storage capability. Returns an empty vector after all components have

been returned.