TCollection.h File Reference

#include "TIterator.h"
#include "TObject.h"
#include "TString.h"

Go to the source code of this file.

Classes

class  TCollection
class  TIter
class  TIterCategory< T >

Defines

#define R__FOR_EACH(type, proc)

Variables

const Bool_t kIterForward = kTRUE
const Bool_t kIterBackward = !kIterForward
R__EXTERN TVirtualMutexgCollectionMutex


Define Documentation

#define R__FOR_EACH ( type,
proc   ) 

Value:

SetCurrentCollection(); \
    TIter _NAME3_(nxt_,type,proc)(TCollection::GetCurrentCollection()); \
    type *_NAME3_(obj_,type,proc); \
    while ((_NAME3_(obj_,type,proc) = (type*) _NAME3_(nxt_,type,proc)())) \
       _NAME3_(obj_,type,proc)->proc

Definition at line 184 of file TCollection.h.


Variable Documentation

R__EXTERN TVirtualMutex* gCollectionMutex

Definition at line 45 of file TCollection.h.

const Bool_t kIterBackward = !kIterForward

Definition at line 43 of file TCollection.h.

const Bool_t kIterForward = kTRUE

Definition at line 42 of file TCollection.h.


Generated on Tue Jul 5 15:57:19 2011 for ROOT_528-00b_version by  doxygen 1.5.1