#include <iostream>#include <algorithm>#include <sstream>#include <stdexcept>#include <functional>#include "TList.h"#include "TObjString.h"#include "TObjArray.h"#include "TMap.h"#include "TBtree.h"#include "TOrdCollection.h"#include "TRefArray.h"#include "stressIterators.h"Go to the source code of this file.
Functions | |
| const char *const | cszValue ("value") |
| template<class __T> | |
| void | fill_container (__T *_container, Int_t _count) |
| template<> | |
| void | fill_container< TMap > (TMap *_container, Int_t _count) |
| void | stressIterators () throw (exception) |
| int | main () |
| const char* const cszValue | ( | "value" | ) |
Referenced by stressIterators().
| void fill_container | ( | __T * | _container, | |
| Int_t | _count | |||
| ) |
| int main | ( | void | ) |
| void stressIterators | ( | ) | throw (exception) |
Definition at line 78 of file stressIterators.cxx.
References cszValue(), fill_container(), TRefArray::GetLast(), TCollection::GetSize(), list, and size.
Referenced by main().
1.5.1