A templated container class for MuID objects
A templated container class for MuID objects. Given the use of templates here, some work will have to be done for objects of this class to be usable from CINT (macros or command line).
TMuiContainer(size_t max, T* initial_value = 0L)
~TMuiContainer()
void Clear()
size_t Add(T* item)
size_t Remove(T* item)
size_t Delete(T* item)
size_t Count() const
const T*& operator[](const size_t index) const
T*& operator[](const size_t index)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de