Stxxl
1.4.0
|
#include <stxxl/stack>
Go to the source code of this file.
Functions | |
template<typename stack_type > | |
void | test_lvalue_correctness (stack_type &stack, int a, int b) |
template<typename stack_type > | |
void | simple_test (stack_type &my_stack, int test_size) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 109 of file test_stack.cpp.
References simple_test(), STXXL_MSG, std::swap(), test_lvalue_correctness(), and test_size.
void simple_test | ( | stack_type & | my_stack, |
int | test_size | ||
) |
Definition at line 49 of file test_stack.cpp.
References STXXL_MSG, std::swap(), and test_lvalue_correctness().
Referenced by main().
void test_lvalue_correctness | ( | stack_type & | stack, |
int | a, | ||
int | b | ||
) |
Definition at line 24 of file test_stack.cpp.
Referenced by main(), and simple_test().