Go to the source code of this file.
Classes | |
struct | SEnumFunctor< T > |
struct | SEnumFunctor< TMap > |
struct | SFind< T > |
struct | SFind< TMap > |
Functions | |
template<class T> | |
void | TestContainer_for_each (const T &container, Int_t aSize) throw (std::exception) |
template<class T> | |
void | TestContainer_for_each2 (const T &container) throw (std::exception) |
template<class T> | |
void | TestContainer_find_if (const T &container, const TString &aToFind) throw (std::exception) |
template<class T> | |
void | TestContainer_count_if (const T &container, const TString &aToFind, Int_t Count) throw (std::exception) |
Variables | |
static Int_t | gCount = 0 |
void TestContainer_find_if | ( | const T & | container, | |
const TString & | aToFind | |||
) | throw (std::exception) |
Definition at line 121 of file stressIterators.h.
References xmlio::Class, TString::Data(), Rgl::Pad::End(), TPair::Key(), str, TObjString::String(), val, and TPair::Value().
void TestContainer_for_each | ( | const T & | container, | |
Int_t | aSize | |||
) | throw (std::exception) |
Definition at line 86 of file stressIterators.h.
References TIterCategory< T >::Begin(), TIterCategory< T >::End(), and gCount.
void TestContainer_for_each2 | ( | const T & | container | ) | throw (std::exception) |
Definition at line 101 of file stressIterators.h.
References TIterCategory< T >::Begin(), and gCount.
Definition at line 10 of file stressIterators.h.
Referenced by SEnumFunctor< T >::operator()(), SEnumFunctor< TMap >::operator()(), TestContainer_for_each(), and TestContainer_for_each2().