ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Variables
TList.h File Reference
#include "TSeqCollection.h"
#include "TString.h"
#include <iterator>
Include dependency graph for TList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Variables

const Bool_t kSortAscending = kTRUE
 
const Bool_t kSortDescending = !kSortAscending
 

Variable Documentation

const Bool_t kSortAscending = kTRUE

Definition at line 40 of file TList.h.

Referenced by TGTableHeader::Sort().

const Bool_t kSortDescending = !kSortAscending