|
Stxxl
1.4.0
|
#include <iterator>#include <stxxl/deque>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 18 of file test_deque.cpp.
References stxxl::atoint64(), stxxl::deque< T, VectorType >::back(), stxxl::deque< T, VectorType >::begin(), stxxl::deque< T, VectorType >::empty(), stxxl::deque< T, VectorType >::end(), stxxl::deque< T, VectorType >::front(), stxxl::deque< T, VectorType >::pop_back(), stxxl::deque< T, VectorType >::pop_front(), stxxl::deque< T, VectorType >::push_back(), stxxl::deque< T, VectorType >::push_front(), stxxl::deque< T, VectorType >::size(), and STXXL_MSG.
1.7.6.1