class TreeNameIterator

Defined at line 1660 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/hlcpp/fuchsia/inspect/cpp/fidl.h

Iterator protocol for listing the names of children of a particular Tree.

Public Methods

void ~TreeNameIterator ()
void GetNext (GetNextCallback callback)

Get the next batch of names.

Returns an empty vector and closes the channel when no more names are present.

Implementors may eagerly close the channel after sending the last batch.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class TreeNameIterator_Stub