25 std::pair<Iterator, bool> result;
26 if (a == b)
return false;
35 if (result.second ==
false)
37 if ( (*(result.first)).second == b )
return false;
38 else return (this->
Add((*(result.first)).second, b));
47 std::pair<Iterator, bool> result;
48 if (a == b)
return false;
59 if (result.second ==
false)
61 if ( (*(result.first)).second == bFlattened )
return false;
62 else return (this->
Add((*(result.first)).second, bFlattened));
91 while ( it != this->
End() )
100 unsigned long ans = a;
101 unsigned long last_ans=a;
108 if (ans == a )
return last_ans;
119 Superclass::PrintSelf(os,indent);