BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
HepConstAList< T > Class Template Reference

#include <ConstAList.h>

+ Inheritance diagram for HepConstAList< T >:

Public Member Functions

 HepConstAList ()
 
 HepConstAList (const HepAList< T > &)
 
 HepConstAList (const HepConstAList< T > &)
 
 ~HepConstAList ()
 
void insert (const T *)
 
void insert (const T &)
 
void insert (const T *e, const T *r)
 
void insert (const T &e, const T &r)
 
void insert (const T *e, unsigned pos)
 
void insert (const T &e, unsigned pos)
 
void append (const T *)
 
void append (const T &e)
 
void operator+= (const T *)
 
void operator+= (const T &)
 
void append (const T *e, const T *r)
 
void append (const T &e, const T &r)
 
void append (const HepAList< T > &l)
 
void append (const HepConstAList< T > &l)
 
void operator+= (const HepAList< T > &l)
 
void operator+= (const HepConstAList< T > &l)
 
void remove (const T *)
 
void remove (const T &)
 
void remove (unsigned)
 
void remove (const HepAList< T > &)
 
void remove (const HepConstAList< T > &)
 
HepBoolean member (const T *) const
 
HepBoolean member (const T &) const
 
HepBoolean hasMember (const T *) const
 
HepBoolean hasMember (const T &) const
 
void replace (const T *eo, const T *en)
 
void replace (const T &eo, const T &en)
 
const T * operator[] (unsigned i) const
 
int index (const T *) const
 
int index (const T &) const
 
int fIndex (const T *) const
 
int fIndex (const T &) const
 
const T * first () const
 
const T * last () const
 
void operator= (const HepAList< T > &)
 
void operator= (const HepConstAList< T > &)
 
void sort (int(*compfunc)(const T **, const T **))
 
 HepConstAList ()
 
 HepConstAList (const HepAList< T > &)
 
 HepConstAList (const HepConstAList< T > &)
 
 ~HepConstAList ()
 
void insert (const T *)
 
void insert (const T &)
 
void insert (const T *e, const T *r)
 
void insert (const T &e, const T &r)
 
void insert (const T *e, unsigned pos)
 
void insert (const T &e, unsigned pos)
 
void append (const T *)
 
void append (const T &e)
 
void operator+= (const T *)
 
void operator+= (const T &)
 
void append (const T *e, const T *r)
 
void append (const T &e, const T &r)
 
void append (const HepAList< T > &l)
 
void append (const HepConstAList< T > &l)
 
void operator+= (const HepAList< T > &l)
 
void operator+= (const HepConstAList< T > &l)
 
void remove (const T *)
 
void remove (const T &)
 
void remove (unsigned)
 
void remove (const HepAList< T > &)
 
void remove (const HepConstAList< T > &)
 
HepBoolean member (const T *) const
 
HepBoolean member (const T &) const
 
HepBoolean hasMember (const T *) const
 
HepBoolean hasMember (const T &) const
 
void replace (const T *eo, const T *en)
 
void replace (const T &eo, const T &en)
 
const T * operator[] (unsigned i) const
 
int index (const T *) const
 
int index (const T &) const
 
int fIndex (const T *) const
 
int fIndex (const T &) const
 
const T * first () const
 
const T * last () const
 
void operator= (const HepAList< T > &)
 
void operator= (const HepConstAList< T > &)
 
void sort (int(*compfunc)(const T **, const T **))
 

Detailed Description

template<class T>
class HepConstAList< T >

Definition at line 34 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/ConstAList.h.

Constructor & Destructor Documentation

◆ HepConstAList() [1/6]

template<class T >
HepConstAList< T >::HepConstAList ( )
inline

◆ HepConstAList() [2/6]

template<class T >
HepConstAList< T >::HepConstAList ( const HepAList< T > &  )
inline

◆ HepConstAList() [3/6]

template<class T >
HepConstAList< T >::HepConstAList ( const HepConstAList< T > &  )
inline

◆ ~HepConstAList() [1/2]

template<class T >
HepConstAList< T >::~HepConstAList ( )
inline

◆ HepConstAList() [4/6]

template<class T >
HepConstAList< T >::HepConstAList ( )
inline

◆ HepConstAList() [5/6]

template<class T >
HepConstAList< T >::HepConstAList ( const HepAList< T > &  )
inline

◆ HepConstAList() [6/6]

template<class T >
HepConstAList< T >::HepConstAList ( const HepConstAList< T > &  )
inline

◆ ~HepConstAList() [2/2]

template<class T >
HepConstAList< T >::~HepConstAList ( )
inline

Member Function Documentation

◆ append() [1/12]

template<class T >
void HepConstAList< T >::append ( const HepAList< T > &  l)
inline

◆ append() [2/12]

template<class T >
void HepConstAList< T >::append ( const HepAList< T > &  l)
inline

◆ append() [3/12]

template<class T >
void HepConstAList< T >::append ( const HepConstAList< T > &  l)
inline

◆ append() [4/12]

template<class T >
void HepConstAList< T >::append ( const HepConstAList< T > &  l)
inline

◆ append() [5/12]

template<class T >
void HepConstAList< T >::append ( const T &  e)
inline

◆ append() [6/12]

template<class T >
void HepConstAList< T >::append ( const T &  e)
inline

◆ append() [7/12]

template<class T >
void HepConstAList< T >::append ( const T &  e,
const T &  r 
)
inline

◆ append() [8/12]

template<class T >
void HepConstAList< T >::append ( const T &  e,
const T &  r 
)
inline

◆ append() [9/12]

template<class T >
void HepConstAList< T >::append ( const T *  )
inline

◆ append() [10/12]

template<class T >
void HepConstAList< T >::append ( const T *  )
inline

◆ append() [11/12]

template<class T >
void HepConstAList< T >::append ( const T *  e,
const T *  r 
)
inline

◆ append() [12/12]

template<class T >
void HepConstAList< T >::append ( const T *  e,
const T *  r 
)
inline

◆ fIndex() [1/4]

template<class T >
int HepConstAList< T >::fIndex ( const T &  ) const
inline

◆ fIndex() [2/4]

template<class T >
int HepConstAList< T >::fIndex ( const T &  ) const
inline

◆ fIndex() [3/4]

template<class T >
int HepConstAList< T >::fIndex ( const T *  ) const
inline

◆ fIndex() [4/4]

template<class T >
int HepConstAList< T >::fIndex ( const T *  ) const
inline

◆ first() [1/2]

template<class T >
const T * HepConstAList< T >::first ( ) const
inline

◆ first() [2/2]

template<class T >
const T * HepConstAList< T >::first ( ) const
inline

◆ hasMember() [1/4]

template<class T >
HepBoolean HepConstAList< T >::hasMember ( const T &  ) const
inline

◆ hasMember() [2/4]

template<class T >
HepBoolean HepConstAList< T >::hasMember ( const T &  ) const
inline

◆ hasMember() [3/4]

template<class T >
HepBoolean HepConstAList< T >::hasMember ( const T *  ) const
inline

◆ hasMember() [4/4]

template<class T >
HepBoolean HepConstAList< T >::hasMember ( const T *  ) const
inline

◆ index() [1/4]

template<class T >
int HepConstAList< T >::index ( const T &  ) const
inline

◆ index() [2/4]

template<class T >
int HepConstAList< T >::index ( const T &  ) const
inline

◆ index() [3/4]

template<class T >
int HepConstAList< T >::index ( const T *  ) const
inline

◆ index() [4/4]

template<class T >
int HepConstAList< T >::index ( const T *  ) const
inline

◆ insert() [1/12]

template<class T >
void HepConstAList< T >::insert ( const T &  )
inline

◆ insert() [2/12]

template<class T >
void HepConstAList< T >::insert ( const T &  )
inline

◆ insert() [3/12]

template<class T >
void HepConstAList< T >::insert ( const T &  e,
const T &  r 
)
inline

◆ insert() [4/12]

template<class T >
void HepConstAList< T >::insert ( const T &  e,
const T &  r 
)
inline

◆ insert() [5/12]

template<class T >
void HepConstAList< T >::insert ( const T &  e,
unsigned  pos 
)
inline

◆ insert() [6/12]

template<class T >
void HepConstAList< T >::insert ( const T &  e,
unsigned  pos 
)
inline

◆ insert() [7/12]

template<class T >
void HepConstAList< T >::insert ( const T *  )
inline

◆ insert() [8/12]

template<class T >
void HepConstAList< T >::insert ( const T *  )
inline

◆ insert() [9/12]

template<class T >
void HepConstAList< T >::insert ( const T *  e,
const T *  r 
)
inline

◆ insert() [10/12]

template<class T >
void HepConstAList< T >::insert ( const T *  e,
const T *  r 
)
inline

◆ insert() [11/12]

template<class T >
void HepConstAList< T >::insert ( const T *  e,
unsigned  pos 
)
inline

◆ insert() [12/12]

template<class T >
void HepConstAList< T >::insert ( const T *  e,
unsigned  pos 
)
inline

◆ last() [1/2]

template<class T >
const T * HepConstAList< T >::last ( ) const
inline

◆ last() [2/2]

template<class T >
const T * HepConstAList< T >::last ( ) const
inline

◆ member() [1/4]

template<class T >
HepBoolean HepConstAList< T >::member ( const T &  ) const
inline

◆ member() [2/4]

template<class T >
HepBoolean HepConstAList< T >::member ( const T &  ) const
inline

◆ member() [3/4]

template<class T >
HepBoolean HepConstAList< T >::member ( const T *  ) const
inline

◆ member() [4/4]

template<class T >
HepBoolean HepConstAList< T >::member ( const T *  ) const
inline

◆ operator+=() [1/8]

template<class T >
void HepConstAList< T >::operator+= ( const HepAList< T > &  l)
inline

◆ operator+=() [2/8]

template<class T >
void HepConstAList< T >::operator+= ( const HepAList< T > &  l)
inline

◆ operator+=() [3/8]

template<class T >
void HepConstAList< T >::operator+= ( const HepConstAList< T > &  l)
inline

◆ operator+=() [4/8]

template<class T >
void HepConstAList< T >::operator+= ( const HepConstAList< T > &  l)
inline

◆ operator+=() [5/8]

template<class T >
void HepConstAList< T >::operator+= ( const T &  )
inline

◆ operator+=() [6/8]

template<class T >
void HepConstAList< T >::operator+= ( const T &  )
inline

◆ operator+=() [7/8]

template<class T >
void HepConstAList< T >::operator+= ( const T *  )
inline

◆ operator+=() [8/8]

template<class T >
void HepConstAList< T >::operator+= ( const T *  )
inline

◆ operator=() [1/4]

template<class T >
void HepConstAList< T >::operator= ( const HepAList< T > &  )
inline

◆ operator=() [2/4]

template<class T >
void HepConstAList< T >::operator= ( const HepAList< T > &  )
inline

◆ operator=() [3/4]

template<class T >
void HepConstAList< T >::operator= ( const HepConstAList< T > &  )
inline

◆ operator=() [4/4]

template<class T >
void HepConstAList< T >::operator= ( const HepConstAList< T > &  )
inline

◆ operator[]() [1/2]

template<class T >
const T * HepConstAList< T >::operator[] ( unsigned  i) const
inline

◆ operator[]() [2/2]

template<class T >
const T * HepConstAList< T >::operator[] ( unsigned  i) const
inline

◆ remove() [1/10]

template<class T >
void HepConstAList< T >::remove ( const HepAList< T > &  )
inline

◆ remove() [2/10]

template<class T >
void HepConstAList< T >::remove ( const HepAList< T > &  )
inline

◆ remove() [3/10]

template<class T >
void HepConstAList< T >::remove ( const HepConstAList< T > &  )
inline

◆ remove() [4/10]

template<class T >
void HepConstAList< T >::remove ( const HepConstAList< T > &  )
inline

◆ remove() [5/10]

template<class T >
void HepConstAList< T >::remove ( const T &  )
inline

◆ remove() [6/10]

template<class T >
void HepConstAList< T >::remove ( const T &  )
inline

◆ remove() [7/10]

template<class T >
void HepConstAList< T >::remove ( const T *  )
inline

◆ remove() [8/10]

template<class T >
void HepConstAList< T >::remove ( const T *  )
inline

◆ remove() [9/10]

template<class T >
void HepConstAList< T >::remove ( unsigned  )
inline

◆ remove() [10/10]

template<class T >
void HepConstAList< T >::remove ( unsigned  )
inline

◆ replace() [1/4]

template<class T >
void HepConstAList< T >::replace ( const T &  eo,
const T &  en 
)
inline

◆ replace() [2/4]

template<class T >
void HepConstAList< T >::replace ( const T &  eo,
const T &  en 
)
inline

◆ replace() [3/4]

template<class T >
void HepConstAList< T >::replace ( const T *  eo,
const T *  en 
)
inline

◆ replace() [4/4]

template<class T >
void HepConstAList< T >::replace ( const T *  eo,
const T *  en 
)
inline

◆ sort() [1/2]

template<class T >
void HepConstAList< T >::sort ( int(*)(const T **, const T **)  compfunc)
inline

◆ sort() [2/2]

template<class T >
void HepConstAList< T >::sort ( int(*)(const T **, const T **)  compfunc)
inline

The documentation for this class was generated from the following files: