|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Ah Convert. More...
Go to the source code of this file.
Functions | |
| TEST (ToDynList, FromEmptyArray) | |
| TEST (ToDynList, FromSingleElementArray) | |
| TEST (ToDynList, FromMultipleElementArray) | |
| TEST (ToDynList, WithStrings) | |
| TEST (ToArray, FromEmptyDynList) | |
| TEST (ToArray, FromSingleElementDynList) | |
| TEST (ToArray, FromMultipleElementDynList) | |
| TEST (ToArray, WithStrings) | |
| TEST (DynarrayToDynList, FromEmptyDynArray) | |
| TEST (DynarrayToDynList, FromSingleElementDynArray) | |
| TEST (DynarrayToDynList, FromMultipleElementDynArray) | |
| TEST (DynlistToDynArray, FromEmptyDynList) | |
| TEST (DynlistToDynArray, FromSingleElementDynList) | |
| TEST (DynlistToDynArray, FromMultipleElementDynList) | |
| TEST (ToVector, FromEmptyDynList) | |
| TEST (ToVector, FromSingleElementDynList) | |
| TEST (ToVector, FromMultipleElementDynList) | |
| TEST (ToVector, FromArray) | |
| TEST (VectorToDynList, FromEmptyVector) | |
| TEST (VectorToDynList, FromSingleElementVector) | |
| TEST (VectorToDynList, FromMultipleElementVector) | |
| TEST (VectorToArray, FromEmptyVector) | |
| TEST (VectorToArray, FromSingleElementVector) | |
| TEST (VectorToArray, FromMultipleElementVector) | |
| TEST (RoundTrip, ArrayToDynListAndBack) | |
| TEST (RoundTrip, DynListToDynArrayAndBack) | |
| TEST (RoundTrip, VectorToDynListAndBack) | |
| TEST (RoundTrip, VectorToArrayAndBack) | |
| TEST (LargeContainers, DynArrayConversions) | |
| TEST (LargeContainers, VectorConversions) | |
| TEST (VectorToDynArray, FromEmptyVector) | |
| TEST (VectorToDynArray, FromSingleElementVector) | |
| TEST (VectorToDynArray, FromMultipleElementVector) | |
| TEST (ToDynArray, FromEmptyDynList) | |
| TEST (ToDynArray, FromMultipleElementDynList) | |
| TEST (ToDynArray, FromArray) | |
| TEST (ArrayToDynArray, FromEmptyArray) | |
| TEST (ArrayToDynArray, FromMultipleElementArray) | |
| TEST (DynarrayToArray, FromEmptyDynArray) | |
| TEST (DynarrayToArray, FromMultipleElementDynArray) | |
| TEST (ToDeque, FromEmptyDynList) | |
| TEST (ToDeque, FromMultipleElementDynList) | |
| TEST (ToDeque, FromArray) | |
| TEST (DequeToDynList, FromEmptyDeque) | |
| TEST (DequeToDynList, FromMultipleElementDeque) | |
| TEST (DequeToArray, FromEmptyDeque) | |
| TEST (DequeToArray, FromMultipleElementDeque) | |
| TEST (DequeToDynArray, FromEmptyDeque) | |
| TEST (DequeToDynArray, FromMultipleElementDeque) | |
| TEST (DyndlistToDynList, FromEmptyDynDlist) | |
| TEST (DyndlistToDynList, FromMultipleElementDynDlist) | |
| TEST (DynlistToDynDlist, FromEmptyDynList) | |
| TEST (DynlistToDynDlist, FromMultipleElementDynList) | |
| TEST (DyndlistToDynArray, FromEmptyDynDlist) | |
| TEST (DyndlistToDynArray, FromMultipleElementDynDlist) | |
| TEST (DynarrayToDynDlist, FromEmptyDynArray) | |
| TEST (DynarrayToDynDlist, FromMultipleElementDynArray) | |
| TEST (VectorToDynDlist, FromEmptyVector) | |
| TEST (VectorToDynDlist, FromMultipleElementVector) | |
| TEST (RoundTrip, VectorToDynArrayAndBack) | |
| TEST (RoundTrip, DynDlistToDynArrayAndBack) | |
| TEST (RoundTrip, DequeToArrayAndBack) | |
| TEST (MoveSemantics, VectorToDynListMove) | |
| TEST (MoveSemantics, VectorToArrayMove) | |
| TEST (MoveSemantics, VectorToDynArrayMove) | |
| TEST (MoveSemantics, VectorToDynDlistMove) | |
| TEST (SetConversions, SetToDynListEmpty) | |
| TEST (SetConversions, SetToDynListMultiple) | |
| TEST (SetConversions, SetToArray) | |
| TEST (SetConversions, SetToDynArray) | |
| TEST (SetConversions, ToSetFromDynList) | |
| TEST (SetConversions, ToSetFromArray) | |
| TEST (MapConversions, MapToDynListEmpty) | |
| TEST (MapConversions, MapToDynListMultiple) | |
| TEST (MapConversions, MapToArray) | |
| TEST (MapConversions, MapKeysToDynList) | |
| TEST (MapConversions, MapValuesToDynList) | |
| TEST (InitializerList, InitToDynListEmpty) | |
| TEST (InitializerList, InitToDynListMultiple) | |
| TEST (InitializerList, InitToArrayEmpty) | |
| TEST (InitializerList, InitToArrayMultiple) | |
| TEST (InitializerList, InitToDynArrayEmpty) | |
| TEST (InitializerList, InitToDynArrayMultiple) | |
| TEST (InitializerList, InitToDynDlistEmpty) | |
| TEST (InitializerList, InitToDynDlistMultiple) | |
| TEST (InitializerList, InitWithStrings) | |
| TEST (DynSetTreeConversions, SetTreeToDynListEmpty) | |
| TEST (DynSetTreeConversions, SetTreeToDynListMultiple) | |
| TEST (DynSetTreeConversions, SetTreeToArray) | |
| TEST (DynSetTreeConversions, SetTreeToDynArray) | |
| TEST (DynSetTreeConversions, SetTreeToVector) | |
| TEST (DynSetTreeConversions, SetTreeToStdSet) | |
| TEST (DynSetTreeConversions, ToDynSetTreeFromDynList) | |
| TEST (DynSetTreeConversions, VectorToDynSetTree) | |
| TEST (DynSetHashConversions, SetHashToDynList) | |
| TEST (DynSetHashConversions, SetHashToArray) | |
| TEST (DynSetHashConversions, SetHashToDynArray) | |
| TEST (DynSetHashConversions, SetHashToVector) | |
| TEST (DynMapTreeConversions, MapTreeToDynListEmpty) | |
| TEST (DynMapTreeConversions, MapTreeToDynListMultiple) | |
| TEST (DynMapTreeConversions, MapTreeToArray) | |
| TEST (DynMapTreeConversions, MapTreeToStdMap) | |
| TEST (DynMapTreeConversions, MapTreeKeysToDynList) | |
| TEST (DynMapTreeConversions, MapTreeValuesToDynList) | |
| TEST (DynMapTreeConversions, StdMapToDynMapTree) | |
| TEST (MapHashConversions, MapHashToDynList) | |
| TEST (MapHashConversions, MapHashToArray) | |
| TEST (MapHashConversions, MapHashToStdMap) | |
| TEST (MapHashConversions, MapHashKeysToDynList) | |
| TEST (MapHashConversions, MapHashValuesToDynList) | |
| TEST (VectorToDynSetTree, FromEmptyVector) | |
| TEST (VectorToDynSetTree, FromSingleElementVector) | |
| TEST (VectorToDynSetTree, FromMultipleElementVector) | |
| TEST (VectorToDynSetTree, WithStrings) | |
| TEST (VectorToDynSetTree, RoundTrip) | |
| TEST (GenericToArray, FromDynList) | |
| TEST (GenericToArray, FromDynArray) | |
| TEST (GenericToArray, FromDynSetTree) | |
| TEST (GenericToArray, FromEmptyContainer) | |
| TEST (GenericToDynArray, FromDynList) | |
| TEST (GenericToDynArray, FromDynSetTree) | |
| TEST (GenericToDynArray, FromDynDlist) | |
| TEST (GenericToDynArray, FromEmptyContainer) | |
| TEST (GenericToDynArray, RoundTripWithDynList) | |
Tests for Ah Convert.
Definition in file ah-convert.cc.
| TEST | ( | ArrayToDynArray | , |
| FromEmptyArray | |||
| ) |
Definition at line 494 of file ah-convert.cc.
References Aleph::array_to_DynArray(), and Aleph::maps().
| TEST | ( | ArrayToDynArray | , |
| FromMultipleElementArray | |||
| ) |
Definition at line 501 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::array_to_DynArray(), and Aleph::maps().
| TEST | ( | DequeToArray | , |
| FromEmptyDeque | |||
| ) |
Definition at line 600 of file ah-convert.cc.
References Aleph::deque_to_Array(), and Aleph::maps().
| TEST | ( | DequeToArray | , |
| FromMultipleElementDeque | |||
| ) |
Definition at line 607 of file ah-convert.cc.
References Aleph::deque_to_Array(), and Aleph::maps().
| TEST | ( | DequeToDynArray | , |
| FromEmptyDeque | |||
| ) |
Definition at line 619 of file ah-convert.cc.
References Aleph::deque_to_DynArray(), and Aleph::maps().
| TEST | ( | DequeToDynArray | , |
| FromMultipleElementDeque | |||
| ) |
Definition at line 626 of file ah-convert.cc.
References Aleph::deque_to_DynArray(), and Aleph::maps().
| TEST | ( | DequeToDynList | , |
| FromEmptyDeque | |||
| ) |
Definition at line 579 of file ah-convert.cc.
References Aleph::deque_to_DynList(), and Aleph::maps().
| TEST | ( | DequeToDynList | , |
| FromMultipleElementDeque | |||
| ) |
Definition at line 586 of file ah-convert.cc.
References Aleph::deque_to_DynList(), and Aleph::maps().
| TEST | ( | DynarrayToArray | , |
| FromEmptyDynArray | |||
| ) |
Definition at line 518 of file ah-convert.cc.
References Aleph::dynarray_to_Array(), and Aleph::maps().
| TEST | ( | DynarrayToArray | , |
| FromMultipleElementDynArray | |||
| ) |
Definition at line 525 of file ah-convert.cc.
References Aleph::DynArray< T >::append(), Aleph::dynarray_to_Array(), and Aleph::maps().
| TEST | ( | DynarrayToDynDlist | , |
| FromEmptyDynArray | |||
| ) |
Definition at line 711 of file ah-convert.cc.
References Aleph::dynarray_to_DynDlist(), and Aleph::maps().
| TEST | ( | DynarrayToDynDlist | , |
| FromMultipleElementDynArray | |||
| ) |
Definition at line 718 of file ah-convert.cc.
References Aleph::DynArray< T >::append(), Aleph::dynarray_to_DynDlist(), and Aleph::maps().
| TEST | ( | DynarrayToDynList | , |
| FromEmptyDynArray | |||
| ) |
Definition at line 151 of file ah-convert.cc.
References Aleph::dynarray_to_DynList(), and Aleph::maps().
| TEST | ( | DynarrayToDynList | , |
| FromMultipleElementDynArray | |||
| ) |
Definition at line 169 of file ah-convert.cc.
References Aleph::DynArray< T >::append(), Aleph::dynarray_to_DynList(), and Aleph::maps().
| TEST | ( | DynarrayToDynList | , |
| FromSingleElementDynArray | |||
| ) |
Definition at line 158 of file ah-convert.cc.
References Aleph::DynArray< T >::append(), Aleph::dynarray_to_DynList(), and Aleph::maps().
| TEST | ( | DyndlistToDynArray | , |
| FromEmptyDynDlist | |||
| ) |
Definition at line 689 of file ah-convert.cc.
References Aleph::dyndlist_to_DynArray(), and Aleph::maps().
| TEST | ( | DyndlistToDynArray | , |
| FromMultipleElementDynDlist | |||
| ) |
Definition at line 696 of file ah-convert.cc.
References Aleph::DynDlist< T >::append(), Aleph::dyndlist_to_DynArray(), and Aleph::maps().
| TEST | ( | DyndlistToDynList | , |
| FromEmptyDynDlist | |||
| ) |
Definition at line 639 of file ah-convert.cc.
References Aleph::dyndlist_to_DynList(), and Aleph::maps().
| TEST | ( | DyndlistToDynList | , |
| FromMultipleElementDynDlist | |||
| ) |
Definition at line 646 of file ah-convert.cc.
References Aleph::DynDlist< T >::append(), Aleph::dyndlist_to_DynList(), and Aleph::maps().
| TEST | ( | DynlistToDynArray | , |
| FromEmptyDynList | |||
| ) |
Definition at line 185 of file ah-convert.cc.
References Aleph::dynlist_to_DynArray(), and Aleph::maps().
| TEST | ( | DynlistToDynArray | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 203 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynlist_to_DynArray(), and Aleph::maps().
| TEST | ( | DynlistToDynArray | , |
| FromSingleElementDynList | |||
| ) |
Definition at line 192 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynlist_to_DynArray(), and Aleph::maps().
| TEST | ( | DynlistToDynDlist | , |
| FromEmptyDynList | |||
| ) |
Definition at line 664 of file ah-convert.cc.
References Aleph::dynlist_to_DynDlist(), and Aleph::maps().
| TEST | ( | DynlistToDynDlist | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 671 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynlist_to_DynDlist(), and Aleph::maps().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeKeysToDynList | |||
| ) |
Definition at line 1307 of file ah-convert.cc.
References Aleph::DynMapTree< Key, Data, Tree, Compare >::insert(), Aleph::maps(), and Aleph::maptree_keys_to_DynList().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeToArray | |||
| ) |
Definition at line 1281 of file ah-convert.cc.
References Aleph::DynMapTree< Key, Data, Tree, Compare >::insert(), Aleph::maps(), and Aleph::maptree_to_Array().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeToDynListEmpty | |||
| ) |
Definition at line 1252 of file ah-convert.cc.
References Aleph::maps(), and Aleph::maptree_to_DynList().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeToDynListMultiple | |||
| ) |
Definition at line 1259 of file ah-convert.cc.
References Aleph::DynMapTree< Key, Data, Tree, Compare >::insert(), Aleph::maps(), and Aleph::maptree_to_DynList().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeToStdMap | |||
| ) |
Definition at line 1295 of file ah-convert.cc.
References Aleph::DynMapTree< Key, Data, Tree, Compare >::insert(), Aleph::maps(), Aleph::maptree_to_stdmap(), and Aleph::HTList::size().
| TEST | ( | DynMapTreeConversions | , |
| MapTreeValuesToDynList | |||
| ) |
Definition at line 1325 of file ah-convert.cc.
References Aleph::DynMapTree< Key, Data, Tree, Compare >::insert(), Aleph::maps(), and Aleph::maptree_values_to_DynList().
| TEST | ( | DynMapTreeConversions | , |
| StdMapToDynMapTree | |||
| ) |
Definition at line 1340 of file ah-convert.cc.
References Aleph::maps(), and Aleph::stdmap_to_DynMapTree().
| TEST | ( | DynSetHashConversions | , |
| SetHashToArray | |||
| ) |
Definition at line 1202 of file ah-convert.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::contains(), Aleph::DynHashTable< Key, HashTable, Cmp >::insert(), Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::maps(), and Aleph::sethash_to_Array().
| TEST | ( | DynSetHashConversions | , |
| SetHashToDynArray | |||
| ) |
Definition at line 1218 of file ah-convert.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::contains(), Aleph::DynHashTable< Key, HashTable, Cmp >::insert(), Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::maps(), and Aleph::sethash_to_DynArray().
| TEST | ( | DynSetHashConversions | , |
| SetHashToDynList | |||
| ) |
Definition at line 1184 of file ah-convert.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::contains(), FunctionalMethods< Container, T >::for_each(), Aleph::DynHashTable< Key, HashTable, Cmp >::insert(), Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::maps(), and Aleph::sethash_to_DynList().
| TEST | ( | DynSetHashConversions | , |
| SetHashToVector | |||
| ) |
Definition at line 1236 of file ah-convert.cc.
References StlAlephIterator< SetName >::begin(), StlAlephIterator< SetName >::end(), Aleph::DynHashTable< Key, HashTable, Cmp >::insert(), Aleph::maps(), Aleph::sethash_to_vector(), and Aleph::HTList::size().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToArray | |||
| ) |
Definition at line 1111 of file ah-convert.cc.
References Aleph::maps(), and Aleph::settree_to_Array().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToDynArray | |||
| ) |
Definition at line 1122 of file ah-convert.cc.
References Aleph::maps(), and Aleph::settree_to_DynArray().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToDynListEmpty | |||
| ) |
Definition at line 1085 of file ah-convert.cc.
References Aleph::maps(), and Aleph::settree_to_DynList().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToDynListMultiple | |||
| ) |
Definition at line 1092 of file ah-convert.cc.
References Aleph::maps(), and Aleph::settree_to_DynList().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToStdSet | |||
| ) |
Definition at line 1144 of file ah-convert.cc.
References Aleph::maps(), Aleph::settree_to_stdset(), and Aleph::HTList::size().
| TEST | ( | DynSetTreeConversions | , |
| SetTreeToVector | |||
| ) |
Definition at line 1133 of file ah-convert.cc.
References Aleph::maps(), Aleph::settree_to_vector(), and Aleph::HTList::size().
| TEST | ( | DynSetTreeConversions | , |
| ToDynSetTreeFromDynList | |||
| ) |
Definition at line 1155 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_DynSetTree().
| TEST | ( | DynSetTreeConversions | , |
| VectorToDynSetTree | |||
| ) |
Definition at line 1171 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynSetTree().
| TEST | ( | GenericToArray | , |
| FromDynArray | |||
| ) |
Definition at line 1501 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | GenericToArray | , |
| FromDynList | |||
| ) |
Definition at line 1486 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | GenericToArray | , |
| FromDynSetTree | |||
| ) |
Definition at line 1516 of file ah-convert.cc.
References Aleph::DynList< T >::insert(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | GenericToArray | , |
| FromEmptyContainer | |||
| ) |
Definition at line 1532 of file ah-convert.cc.
References Aleph::maps(), and Aleph::to_Array().
| TEST | ( | GenericToDynArray | , |
| FromDynDlist | |||
| ) |
Definition at line 1569 of file ah-convert.cc.
References Aleph::DynDlist< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_DynArray().
| TEST | ( | GenericToDynArray | , |
| FromDynList | |||
| ) |
Definition at line 1541 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_DynArray().
| TEST | ( | GenericToDynArray | , |
| FromDynSetTree | |||
| ) |
Definition at line 1554 of file ah-convert.cc.
References Aleph::DynList< T >::insert(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_DynArray().
| TEST | ( | GenericToDynArray | , |
| FromEmptyContainer | |||
| ) |
Definition at line 1584 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::to_DynArray().
| TEST | ( | GenericToDynArray | , |
| RoundTripWithDynList | |||
| ) |
Definition at line 1591 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynarray_to_DynList(), Aleph::maps(), and Aleph::to_DynArray().
| TEST | ( | InitializerList | , |
| InitToArrayEmpty | |||
| ) |
Definition at line 1020 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToArrayMultiple | |||
| ) |
Definition at line 1026 of file ah-convert.cc.
References Aleph::init_to_Array(), and Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynArrayEmpty | |||
| ) |
Definition at line 1036 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynArrayMultiple | |||
| ) |
Definition at line 1042 of file ah-convert.cc.
References Aleph::init_to_DynArray(), and Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynDlistEmpty | |||
| ) |
Definition at line 1053 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynDlistMultiple | |||
| ) |
Definition at line 1059 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynListEmpty | |||
| ) |
Definition at line 1001 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | InitializerList | , |
| InitToDynListMultiple | |||
| ) |
Definition at line 1007 of file ah-convert.cc.
References Aleph::init_to_DynList(), and Aleph::maps().
| TEST | ( | InitializerList | , |
| InitWithStrings | |||
| ) |
Definition at line 1070 of file ah-convert.cc.
References Aleph::maps().
| TEST | ( | LargeContainers | , |
| DynArrayConversions | |||
| ) |
Definition at line 390 of file ah-convert.cc.
References Aleph::DynArray< T >::append(), Aleph::dynarray_to_DynList(), Aleph::dynlist_to_DynArray(), Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | LargeContainers | , |
| VectorConversions | |||
| ) |
Definition at line 408 of file ah-convert.cc.
References Aleph::maps(), Aleph::to_vector(), and Aleph::vector_to_DynList().
| TEST | ( | MapConversions | , |
| MapKeysToDynList | |||
| ) |
Definition at line 973 of file ah-convert.cc.
References Aleph::map_keys_to_DynList(), and Aleph::maps().
| TEST | ( | MapConversions | , |
| MapToArray | |||
| ) |
Definition at line 961 of file ah-convert.cc.
References Aleph::map_to_Array(), and Aleph::maps().
| TEST | ( | MapConversions | , |
| MapToDynListEmpty | |||
| ) |
Definition at line 940 of file ah-convert.cc.
References Aleph::map_to_DynList(), and Aleph::maps().
| TEST | ( | MapConversions | , |
| MapToDynListMultiple | |||
| ) |
Definition at line 947 of file ah-convert.cc.
References Aleph::map_to_DynList(), and Aleph::maps().
| TEST | ( | MapConversions | , |
| MapValuesToDynList | |||
| ) |
Definition at line 987 of file ah-convert.cc.
References Aleph::map_values_to_DynList(), and Aleph::maps().
| TEST | ( | MapHashConversions | , |
| MapHashKeysToDynList | |||
| ) |
Definition at line 1397 of file ah-convert.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::contains(), FunctionalMethods< Container, T >::for_each(), Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), Aleph::maphash_keys_to_DynList(), and Aleph::maps().
| TEST | ( | MapHashConversions | , |
| MapHashToArray | |||
| ) |
Definition at line 1369 of file ah-convert.cc.
References Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), Aleph::maphash_to_Array(), and Aleph::maps().
| TEST | ( | MapHashConversions | , |
| MapHashToDynList | |||
| ) |
Definition at line 1353 of file ah-convert.cc.
References Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), Aleph::maphash_to_DynList(), and Aleph::maps().
| TEST | ( | MapHashConversions | , |
| MapHashToStdMap | |||
| ) |
Definition at line 1385 of file ah-convert.cc.
References Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), Aleph::maphash_to_stdmap(), Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | MapHashConversions | , |
| MapHashValuesToDynList | |||
| ) |
Definition at line 1412 of file ah-convert.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::contains(), FunctionalMethods< Container, T >::for_each(), Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), Aleph::maphash_values_to_DynList(), and Aleph::maps().
| TEST | ( | MoveSemantics | , |
| VectorToArrayMove | |||
| ) |
Definition at line 820 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_Array().
| TEST | ( | MoveSemantics | , |
| VectorToDynArrayMove | |||
| ) |
Definition at line 832 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynArray().
| TEST | ( | MoveSemantics | , |
| VectorToDynDlistMove | |||
| ) |
Definition at line 845 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynDlist().
| TEST | ( | MoveSemantics | , |
| VectorToDynListMove | |||
| ) |
Definition at line 804 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::vector_to_DynList().
| TEST | ( | RoundTrip | , |
| ArrayToDynListAndBack | |||
| ) |
Definition at line 330 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), Aleph::to_Array(), and Aleph::to_DynList().
| TEST | ( | RoundTrip | , |
| DequeToArrayAndBack | |||
| ) |
Definition at line 791 of file ah-convert.cc.
References Aleph::deque_to_Array(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_deque().
| TEST | ( | RoundTrip | , |
| DynDlistToDynArrayAndBack | |||
| ) |
Definition at line 770 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynarray_to_DynDlist(), Aleph::dyndlist_to_DynArray(), LocateFunctions< Container, Type >::get_it(), Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | RoundTrip | , |
| DynListToDynArrayAndBack | |||
| ) |
Definition at line 345 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::dynarray_to_DynList(), Aleph::dynlist_to_DynArray(), LocateFunctions< Container, Type >::get_it(), Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | RoundTrip | , |
| VectorToArrayAndBack | |||
| ) |
Definition at line 377 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), Aleph::to_vector(), and Aleph::vector_to_Array().
| TEST | ( | RoundTrip | , |
| VectorToDynArrayAndBack | |||
| ) |
Definition at line 759 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), Aleph::to_vector(), and Aleph::vector_to_DynArray().
| TEST | ( | RoundTrip | , |
| VectorToDynListAndBack | |||
| ) |
Definition at line 366 of file ah-convert.cc.
References Aleph::maps(), Aleph::HTList::size(), Aleph::to_vector(), and Aleph::vector_to_DynList().
| TEST | ( | SetConversions | , |
| SetToArray | |||
| ) |
Definition at line 886 of file ah-convert.cc.
References Aleph::maps(), and Aleph::set_to_Array().
| TEST | ( | SetConversions | , |
| SetToDynArray | |||
| ) |
Definition at line 897 of file ah-convert.cc.
References Aleph::maps(), and Aleph::set_to_DynArray().
| TEST | ( | SetConversions | , |
| SetToDynListEmpty | |||
| ) |
Definition at line 861 of file ah-convert.cc.
References Aleph::maps(), and Aleph::set_to_DynList().
| TEST | ( | SetConversions | , |
| SetToDynListMultiple | |||
| ) |
Definition at line 868 of file ah-convert.cc.
References Aleph::maps(), and Aleph::set_to_DynList().
| TEST | ( | SetConversions | , |
| ToSetFromArray | |||
| ) |
Definition at line 924 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_set().
| TEST | ( | SetConversions | , |
| ToSetFromDynList | |||
| ) |
Definition at line 908 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_set().
| TEST | ( | ToArray | , |
| FromEmptyDynList | |||
| ) |
Definition at line 101 of file ah-convert.cc.
References Aleph::maps(), and Aleph::to_Array().
| TEST | ( | ToArray | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 119 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | ToArray | , |
| FromSingleElementDynList | |||
| ) |
Definition at line 108 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | ToArray | , |
| WithStrings | |||
| ) |
Definition at line 134 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_Array().
| TEST | ( | ToDeque | , |
| FromArray | |||
| ) |
Definition at line 564 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_deque().
| TEST | ( | ToDeque | , |
| FromEmptyDynList | |||
| ) |
Definition at line 542 of file ah-convert.cc.
References Aleph::DynList< T >::empty(), Aleph::maps(), and Aleph::to_deque().
| TEST | ( | ToDeque | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 549 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_deque().
| TEST | ( | ToDynArray | , |
| FromArray | |||
| ) |
Definition at line 479 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynArray().
| TEST | ( | ToDynArray | , |
| FromEmptyDynList | |||
| ) |
Definition at line 457 of file ah-convert.cc.
References Aleph::maps(), and Aleph::to_DynArray().
| TEST | ( | ToDynArray | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 464 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::to_DynArray().
| TEST | ( | ToDynList | , |
| FromEmptyArray | |||
| ) |
Definition at line 49 of file ah-convert.cc.
References Aleph::maps(), and Aleph::to_DynList().
| TEST | ( | ToDynList | , |
| FromMultipleElementArray | |||
| ) |
Definition at line 66 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().
| TEST | ( | ToDynList | , |
| FromSingleElementArray | |||
| ) |
Definition at line 56 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().
| TEST | ( | ToDynList | , |
| WithStrings | |||
| ) |
Definition at line 86 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), and Aleph::to_DynList().
| TEST | ( | ToVector | , |
| FromArray | |||
| ) |
Definition at line 251 of file ah-convert.cc.
References Aleph::Array< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_vector().
| TEST | ( | ToVector | , |
| FromEmptyDynList | |||
| ) |
Definition at line 218 of file ah-convert.cc.
References Aleph::DynList< T >::empty(), Aleph::maps(), and Aleph::to_vector().
| TEST | ( | ToVector | , |
| FromMultipleElementDynList | |||
| ) |
Definition at line 236 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_vector().
| TEST | ( | ToVector | , |
| FromSingleElementDynList | |||
| ) |
Definition at line 225 of file ah-convert.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::to_vector().
| TEST | ( | VectorToArray | , |
| FromEmptyVector | |||
| ) |
Definition at line 300 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_Array().
| TEST | ( | VectorToArray | , |
| FromMultipleElementVector | |||
| ) |
Definition at line 316 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_Array().
| TEST | ( | VectorToArray | , |
| FromSingleElementVector | |||
| ) |
Definition at line 307 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_Array().
| TEST | ( | VectorToDynArray | , |
| FromEmptyVector | |||
| ) |
Definition at line 428 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynArray().
| TEST | ( | VectorToDynArray | , |
| FromMultipleElementVector | |||
| ) |
Definition at line 444 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynArray().
| TEST | ( | VectorToDynArray | , |
| FromSingleElementVector | |||
| ) |
Definition at line 435 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynArray().
| TEST | ( | VectorToDynDlist | , |
| FromEmptyVector | |||
| ) |
Definition at line 736 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynDlist().
| TEST | ( | VectorToDynDlist | , |
| FromMultipleElementVector | |||
| ) |
Definition at line 743 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynDlist().
| TEST | ( | VectorToDynList | , |
| FromEmptyVector | |||
| ) |
Definition at line 268 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynList().
| TEST | ( | VectorToDynList | , |
| FromMultipleElementVector | |||
| ) |
Definition at line 284 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynList().
| TEST | ( | VectorToDynList | , |
| FromSingleElementVector | |||
| ) |
Definition at line 275 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynList().
| TEST | ( | VectorToDynSetTree | , |
| FromEmptyVector | |||
| ) |
Definition at line 1429 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynSetTree().
| TEST | ( | VectorToDynSetTree | , |
| FromMultipleElementVector | |||
| ) |
Definition at line 1445 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynSetTree().
| TEST | ( | VectorToDynSetTree | , |
| FromSingleElementVector | |||
| ) |
Definition at line 1436 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynSetTree().
| TEST | ( | VectorToDynSetTree | , |
| RoundTrip | |||
| ) |
Definition at line 1470 of file ah-convert.cc.
References Aleph::maps(), Aleph::settree_to_vector(), and Aleph::vector_to_DynSetTree().
| TEST | ( | VectorToDynSetTree | , |
| WithStrings | |||
| ) |
Definition at line 1458 of file ah-convert.cc.
References Aleph::maps(), and Aleph::vector_to_DynSetTree().