Logo ROOT   6.08/07
Reference Guide
Classes | Variables
TList.h File Reference
#include "TSeqCollection.h"
#include "TString.h"
#include <iterator>
Include dependency graph for TList.h:

Classes

class  TList
 A doubly linked list. More...
 
class  TListIter
 Iterator of linked list. More...
 
class  TObjLink
 Wrapper around a TObject so it can be stored in a TList. More...
 
class  TObjOptLink
 

Variables

const Bool_t kSortAscending = kTRUE
 
const Bool_t kSortDescending = !kSortAscending
 

Variable Documentation

◆ kSortAscending

const Bool_t kSortAscending = kTRUE

Definition at line 40 of file TList.h.

◆ kSortDescending

const Bool_t kSortDescending = !kSortAscending

Definition at line 41 of file TList.h.