#include "TIterator.h"#include "TString.h"#include "TObject.h"Include dependency graph for TCollection.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | TCollection |
| class | TIter |
Defines | |
| #define | ForEach(type, proc) |
Variables | |
| const Bool_t | kIterForward = kTRUE |
| const Bool_t | kIterBackward = !kIterForward |
|
|
Value: SetCurrentCollection(); \
TIter _NAME3_(type,proc,_nxt)(TCollection::GetCurrentCollection()); \
type *_NAME3_(type,proc,_obj); \
while ((_NAME3_(type,proc,_obj) = (type*) _NAME3_(type,proc,_nxt)())) \
_NAME3_(type,proc,_obj)->procDefinition at line 153 of file TCollection.h. |
|
|
Definition at line 41 of file TCollection.h. Referenced by TIter::TIter(). |
|
|
Definition at line 42 of file TCollection.h. Referenced by THtml::TParseStack::GetFQI(), THtml::TParseStack::IsInStack(), and TCollection::MakeReverseIterator(). |
1.2.16