|
Dillo v3.2.0-93-g6a586845
|

Go to the source code of this file.
Functions | |
| void | testHashSet () |
| void | testHashTable () |
| void | testVector1 () |
| void | testVector2 () |
| void | testVector3 () |
| void | testStackAsQueue () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 184 of file containers.cc.
References testHashSet(), testHashTable(), testStackAsQueue(), testVector1(), testVector2(), and testVector3().
| void testHashSet | ( | ) |
Definition at line 37 of file containers.cc.
References dFree(), lout::container::typed::HashSet< T >::put(), and lout::object::Object::toString().
Referenced by main().
| void testHashTable | ( | ) |
Definition at line 52 of file containers.cc.
References dFree(), lout::container::typed::HashTable< K, V >::put(), and lout::object::Object::toString().
Referenced by main().
| void testStackAsQueue | ( | ) |
Definition at line 168 of file containers.cc.
References lout::container::typed::Stack< T >::getTop(), lout::object::Integer::getValue(), lout::container::typed::Stack< T >::pop(), lout::container::typed::Stack< T >::pushUnder(), and lout::container::typed::Collection< T >::size().
Referenced by main().
| void testVector1 | ( | ) |
Definition at line 74 of file containers.cc.
References dFree(), lout::container::typed::Vector< T >::put(), lout::container::typed::Vector< T >::sort(), lout::object::standardComparator, and lout::object::Object::toString().
Referenced by main().
| void testVector2 | ( | ) |
Definition at line 99 of file containers.cc.
References lout::container::typed::Vector< T >::bsearch(), lout::object::ConstString::chars(), dFree(), lout::container::typed::Vector< T >::insertSorted(), lout::container::typed::Collection< T >::iterator(), and lout::object::Object::toString().
Referenced by main().
| void testVector3 | ( | ) |
Definition at line 150 of file containers.cc.
References lout::container::typed::Vector< T >::bsearch(), and lout::container::typed::Vector< T >::put().
Referenced by main().