lkptr.
More...
Public Member Functions | |
| bool | run () |
| Runs the tests. | |
| void | swap_4x1 () |
Swaps 4 lkptr<X>'s. | |
| void | verify_3x1 () |
| Tries with 3 pointes to the same value. | |
| void | null_3x1 () |
| Tries with 3 pointes to the same value. | |
| void | inheritance () |
Tests that lkptr<X> works well with a class hierarchy. | |
| void | test_lkptr_cycle () |
Muestra como no es posible que lkptr<> maneje algunos ciclos correctamente. | |
lkptr.
Definition at line 15 of file test_lkptr.cpp.
| bool test_lkptr< X >::run | ( | ) | [inline] |
| void test_lkptr< X >::swap_4x1 | ( | ) | [inline] |
| void test_lkptr< X >::verify_3x1 | ( | ) | [inline] |
| void test_lkptr< X >::null_3x1 | ( | ) | [inline] |
| void test_lkptr< X >::inheritance | ( | ) | [inline] |
Tests that lkptr<X> works well with a class hierarchy.
Definition at line 363 of file test_lkptr.cpp.
| void test_lkptr< E >::test_lkptr_cycle | ( | ) | [inline] |
Muestra como no es posible que lkptr<> maneje algunos ciclos correctamente.
Definition at line 308 of file test_lkptr.cpp.
1.5.7.1