class ChildIterator
Defined at line 10929 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
A protocol to iterate over the list of children in a realm.
Public Methods
void ~ChildIterator ()
void Next (NextCallback callback)
Advance the iterator and return the next batch of children.
Returns a vector of `ChildRef`. Returns an empty vector when there are
no more children.