DoForEach
void DoForEach(bool (*func)(BListItem* item));
void DoForEach(bool (*func)(BListItem* item,
status_t DoForEach(for_each_hook hook, void* context,
void DoForEach(bool (*func)(void* item));
void DoForEach(bool (*func)(void* item,
void DoForEach(bool (*func)(const BString& string));
void DoForEach(bool (*func)(const BString& string,
fItems.DoForEach(FreeTypeItemFunc);
fResources.DoForEach(FreeResourcesFunc);
fDirectories.DoForEach(FreePathFunc);
fTypes.DoForEach(FreeTypeFunc);
paths.DoForEach(PrefHandler::_LoadThemesFromDirectory);
paths.DoForEach(PrefHandler::_LoadThemesFromDirectory);
fFilters->DoForEach(FilterDeleter);
fList.DoForEach(reinterpret_cast<bool (*)(void*)>(func));
fList.DoForEach(reinterpret_cast<bool (*)(void*, void*)>(func), arg);
fFullList.DoForEach(reinterpret_cast<bool (*)(void*)>(func));
fFullList.DoForEach(reinterpret_cast<bool (*)(void*, void*)>(func), arg);
pointList->DoForEach(delete_point);
fSignatures.DoForEach(AddOnePredicateTerm, ¶ms);
openedFileTypes.DoForEach(SetDefaultAppForOneType,
fLibraryList->DoForEach(match_id, &mi);
fReplicantList->DoForEach(match_id, &mi);
q->DoForEach(DoForEachHook,(void*)1234,0x1000,BTimedEventQueue::B_AT_TIME);
q->DoForEach(DoForEachHook,(void*)1234,0x1006,BTimedEventQueue::B_AT_TIME);
q->DoForEach(DoForEachHook,(void*)1234,0x1013,BTimedEventQueue::B_AT_TIME);
q->DoForEach(DoForEachHook,(void*)1234,0x1003,BTimedEventQueue::B_BEFORE_TIME,false);
q->DoForEach(DoForEachHook,(void*)1234,0x1003,BTimedEventQueue::B_BEFORE_TIME,true);
q->DoForEach(DoForEachHook,(void*)1234,0x1012,BTimedEventQueue::B_AFTER_TIME,false);
q->DoForEach(DoForEachHook,(void*)1234,0x1012,BTimedEventQueue::B_AFTER_TIME,true);
q->DoForEach(DoForEachHook,(void*)1234,0x1013,BTimedEventQueue::B_AFTER_TIME,false);
q->DoForEach(DoForEachHook,(void*)1234,0x1013,BTimedEventQueue::B_AFTER_TIME,true);
q->DoForEach(DoForEachHook,(void*)1234,0x0,BTimedEventQueue::B_ALWAYS);
q->DoForEach(DoForEachHook,(void*)1234,0x0,BTimedEventQueue::B_ALWAYS,false,BTimedEventQueue::B_WARP);
q->DoForEach(DoForEachHook,(void*)1234,0x0,BTimedEventQueue::B_ALWAYS,false,BTimedEventQueue::B_SEEK);
q->DoForEach(DoForEachHook,(void*)1234,0x0999,BTimedEventQueue::B_AFTER_TIME,false,BTimedEventQueue::B_SEEK);
q->DoForEach(DoForEachHook,(void*)1234,0x1014,BTimedEventQueue::B_BEFORE_TIME,false,BTimedEventQueue::B_SEEK);
q->DoForEach(DoForEachHook,(void*)1234,0x0004,BTimedEventQueue::B_BEFORE_TIME,true);