$ svn up svn: Failed to add directory 'xrootd/src/xrootd': object of the same name already exists $ rm -rf xrootd/src/xrootd $ svn up svn: Failed to add directory 'asimage/src/libAfterImage': object of the same name already exists $ rm -rf asimage/src/libAfterImage $ svn up
DirectoryAutoAdd(TDirectory*)it will now be accessible (when the dictionary is generated via rootcint for now) via TClass::GetDirectoryAutoAdd which return a wrapper with the signature:
void (*)(void *this_obj,TDirectory *where_to_add)
TIter iter(&list); for_each(iter.Begin(), TIter::End(), SEnumFunctor());or
for_each(iter.Begin(), inter_end, SEnumFunctor());where iter_end could be an iterator to a middle of the container.
After I had changed Iterators so that they could be used with std::for_each, I decided to go further and did some more changes. As a result,