reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
178 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode), 179 Children(other.Children) {}