Stxxl
1.4.0
|
#include <stxxl/vector>
#include <stxxl/random_shuffle>
Go to the source code of this file.
Functions | |
void | long_test () |
void | short_test () |
int | main () |
void long_test | ( | ) |
Definition at line 38 of file test_random_shuffle.cpp.
References stxxl::generate(), stxxl::random_shuffle(), and STXXL_MSG.
Referenced by main().
int main | ( | ) |
Definition at line 98 of file test_random_shuffle.cpp.
References long_test(), and short_test().
void short_test | ( | ) |
Definition at line 70 of file test_random_shuffle.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::flush(), stxxl::random_shuffle(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::size(), and STXXL_STATIC_ASSERT.
Referenced by main().