|
Stxxl
1.4.0
|
#include <queue>#include <stxxl/queue>
Go to the source code of this file.
Typedefs | |
| typedef unsigned | my_type |
Functions | |
| template<class q1type , class q2type > | |
| void | check (const q1type &q1, const q2type &q2) |
| int | main () |
| typedef unsigned my_type |
Definition at line 17 of file test_queue.cpp.
| void check | ( | const q1type & | q1, |
| const q2type & | q2 | ||
| ) |
| int main | ( | ) |
Definition at line 33 of file test_queue.cpp.
References check(), stxxl::get_next_seed(), stxxl::queue< ValTp, BlkSz, AllocStr, SzTp >::pop(), stxxl::queue< ValTp, BlkSz, AllocStr, SzTp >::push(), stxxl::ran32State, stxxl::srandom_number32(), and STXXL_MSG.
1.7.6.1