Stxxl  1.4.0
Functions
containers/test_stack.cpp File Reference
#include <stxxl/stack>
Include dependency graph for test_stack.cpp:

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[])

Function Documentation

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.

template<typename stack_type >
void simple_test ( stack_type &  my_stack,
int  test_size 
)
Examples:
containers/test_stack.cpp.

Definition at line 49 of file test_stack.cpp.

References STXXL_MSG, std::swap(), and test_lvalue_correctness().

Referenced by main().

template<typename stack_type >
void test_lvalue_correctness ( stack_type &  stack,
int  a,
int  b 
)
Examples:
containers/test_stack.cpp.

Definition at line 24 of file test_stack.cpp.

Referenced by main(), and simple_test().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines