Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TList.h File Reference
#include "TSeqCollection.h"
#include "TString.h"
#include <iterator>
#include <memory>
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
 

Functions

bool operator== (const std::shared_ptr< TObjLink > &l, TObjOptLink *r)
 
bool operator== (TObjOptLink *l, const std::shared_ptr< TObjLink > &r)
 

Variables

const Bool_t kSortAscending = kTRUE
 
const Bool_t kSortDescending = !kSortAscending
 

Function Documentation

◆ operator==() [1/2]

bool operator== ( const std::shared_ptr< TObjLink > &  l,
TObjOptLink r 
)
inline

Definition at line 235 of file TList.h.

◆ operator==() [2/2]

bool operator== ( TObjOptLink l,
const std::shared_ptr< TObjLink > &  r 
)
inline

Definition at line 231 of file TList.h.

Variable Documentation

◆ kSortAscending

const Bool_t kSortAscending = kTRUE

Definition at line 31 of file TList.h.

◆ kSortDescending

const Bool_t kSortDescending = !kSortAscending

Definition at line 32 of file TList.h.