76 #ifndef support_NonUniformDegreeTree_hpp 77 #define support_NonUniformDegreeTree_hpp 118 if (&other !=
this) {
240 bool _forward =
true)
241 :
m_parent(parent), currentChild(0), forward(_forward)
260 currentChild = (forward ? currentChild->NextSibling()
261 : currentChild->PrevSibling());
264 if (currentChild == pastEnd) {
284 DumpAndReset(std::ostream &os = std::cerr);
329 virtual void DumpAndReset(std::ostream &os = std::cerr);
341 IteratorToPushIfAny(
void *current);
void * CurrentUpCall() const