You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the Schema represents an object, this method
allows you to get a child's name by index.
if the Schema is not an object, or the index is bad
it returns an empty string.
This commit resolves#13.
for the object case,
add:
std::string child_name(index_t idx) const;
to complement:
index_t child_index(const std::string &path) const;
The text was updated successfully, but these errors were encountered: