![]() |
ROOT
6.06/09
Reference Guide
|
#include <iostream>#include <algorithm>#include <ctime>#include <vector>#include "TMath.h"#include "TRandom2.h"
Include dependency graph for testSortOrder.cxx:Go to the source code of this file.
Classes | |
| struct | CompareDesc< T > |
| struct | CompareAsc< T > |
Functions | |
| template<typename T > | |
| bool | testSort (const int n) |
| bool | stdsort () |
| int | main (int, char **) |
Variables | |
| const int | maxint = 20 |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 107 of file testSortOrder.cxx.
| bool stdsort | ( | ) |
Definition at line 102 of file testSortOrder.cxx.
Referenced by main().
| bool testSort | ( | const int | n | ) |
Definition at line 41 of file testSortOrder.cxx.
| const int maxint = 20 |
Definition at line 11 of file testSortOrder.cxx.
Referenced by testSort().