QList<TString>
class description - header file - source file - inheritance tree (.pdf)
public:
QList<TString>()
QList<TString>(const QList<TString>& newqlist)
QList<TString>(const TString& newelement)
QList<TString>(const TString* newelements, Int_t nelements)
virtual ~QList<TString>()
void Add(const QList<TString>& newqlist, Int_t index = -1)
void Add(const TString& newelement, Int_t index = -1)
void Add(const TString* newelements, Int_t nelements, Int_t index = -1)
static TClass* Class()
virtual void Clear(Option_t* option = "")
virtual QList<TString>* Clone(const char* newname = "") const
Int_t Count() const
Int_t Del(const TString* delus, Int_t nelements = 1, Int_t maxmatches = 1)
void Del(Int_t index = -1)
Int_t Del(const QList<TString>& delqlist, Int_t maxmatches = 1)
QList<Int_t> Find(const TString& u, Int_t maxmatches = 0) const
QList<Int_t> Find(const QList<TString>& qlist, Int_t maxmatches = 0) const
QList<Int_t> Find(const TString* us, Int_t nelements, Int_t maxmatches = 0) const
virtual TClass* IsA() const
TString* operator TString*() const
const QList<TString>& operator()(Int_t index1, Int_t index2, Int_t step = 1) const
const QList<TString>& operator+=(const QList<TString>& newqlist)
const QList<TString>& operator+=(const TString& newu)
const QList<TString>& operator-=(const TString& delu)
const QList<TString>& operator-=(const QList<TString>& delqlist)
const QList<TString>& operator=(const TString& newelement)
const QList<TString>& operator=(const QList<TString>& newqlist)
TString& operator[](Int_t index) const
Int_t RedimList(Int_t newdim, Int_t index = -1)
void Set(const TString* newelements, Int_t nelements)
void Set(const TString& newelement)
void Set(const QList<TString>& newqlist)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fNElements
TString* fUArray [fNElements]
QList<TString>* fChild ! Do not write this member variable into a ROOT file
void Add(const QList<U>& newqlist, Int_t index=-1)
void Add(const U& newelement,Int_t index=-1)
void Set(const QList<U>& newqlist)
void Set(const U& newelement)
void Set(const U* newelements, Int_t nelements)
const QList<U>& operator=(const QList<U>& newqlist)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator=(const QList<U>& newqlist)\n") Set(newqlist); return *this;}
const QList<U>& operator=(const U& newelement)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator=(const U& newelement)\n") Set(newelement); return *this;}
const QList<U>& operator+=(const QList<U>& newqlist)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator+=(const QList<U>& newqlist)\n") Add(newqlist); return *this;}
const QList<U>& operator+=(const U& newu)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator+=(const U& newu)\n") Add(newu); return *this;}
const QList<U>& operator-=(const QList<U>& delqlist)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator-=(const QList<U>& delqlist)\n") Del(delqlist); return *this;}
const QList<U>& operator-=(const U& delu)
{PRINTF4(this,"\tconst QList<U>& QList<",typeid(U).name(),">::operator-=(const U& delu)\n") Del(&delu); return *this;}
QList<U>* Clone(const char* newname = "")
{PRINTF4(this,"\tQList<U>* QList<",typeid(U).name(),">::Clone()\n") newname=0; return new QList<U>(*this); }
Last update: Fri Nov 17 16:35:12 2006
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.