|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Snode. More...
Go to the source code of this file.
Functions | |
| TEST (Snode, BasicInsertAndRemove) | |
| TEST (Snode, ConstAccessors) | |
Tests for Snode.
Definition in file snode.cc.
| TEST | ( | Snode | , |
| BasicInsertAndRemove | |||
| ) |
Definition at line 45 of file snode.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Snode< T >::get_data(), Aleph::Snode< T >::get_next(), Aleph::Slink::insert_next(), Aleph::Slink::is_empty(), Aleph::Snode< T >::remove_first(), Aleph::Snode< T >::remove_next(), and Aleph::Slink::reset().
| TEST | ( | Snode | , |
| ConstAccessors | |||
| ) |
Definition at line 70 of file snode.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Snode< T >::get_data(), Aleph::Snode< T >::get_next(), Aleph::Slink::insert_next(), and Aleph::Slink::reset().