|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Ah Functional. More...
#include <gtest/gtest.h>#include <ah-zip.H>#include <ahFunctional.H>#include <ah-string-utils.H>#include <tpl_dynSetTree.H>#include <tpl_odhash.H>#include <tpl_dynArray.H>Go to the source code of this file.
Classes | |
| struct | TreeContainer |
| struct | Person |
Functions | |
| TEST (range, range_combs) | |
| TEST (rep, rep) | |
| TEST (set_range, set_range_with_op) | |
| TEST (each, each_variations) | |
| TEST_F (TreeContainer, pointers) | |
| TEST_F (TreeContainer, sublist) | |
| TEST_F (TreeContainer, ml) | |
| TEST_F (TreeContainer, gen_seq_list_tuples) | |
| TEST_F (TreeContainer, enumerate) | |
| TEST_F (TreeContainer, indexes_and_tindexes) | |
| TEST_F (TreeContainer, reverse_test) | |
| TEST_F (TreeContainer, partition_test) | |
| TEST_F (TreeContainer, diff_test) | |
| TEST_F (TreeContainer, containers_eq_test) | |
| TEST (Compare, comparisons) | |
| TEST_F (TreeContainer, zips) | |
| TEST (sequential_groups_test, sequential_groups) | |
| TEST (unique_sequential_test, unique_sequential) | |
| TEST (pair_iterator_test, pair_iterator) | |
| TEST (container_ops, insert_append_remove) | |
| TEST (assign_container_test, assign_container) | |
| TEST (flatten_test, flatten) | |
| TEST (is_inside_test, is_inside) | |
| TEST (is_equal_test, is_equal) | |
| TEST (FoundItem, FoundItemTests) | |
| TEST (range, range_precision) | |
| TEST (flatten_test, flatten_deep) | |
| TEST (each_test, each_edge) | |
| TEST (none_test, none_basic) | |
| TEST (find_ptr_test, find_ptr_basic) | |
| TEST (foldr_test, foldr_basic) | |
| TEST (sum_product_test, sum_product_basic) | |
| TEST (concat_test, concat_basic) | |
| TEST (take_while_test, take_while_basic) | |
| TEST (drop_while_test, drop_while_basic) | |
| TEST (flat_map_test, flat_map_basic) | |
| TEST (scanl_test, scanl_basic) | |
| TEST (min_max_test, min_max_basic) | |
| TEST (count_if_test, count_if_basic) | |
| TEST (contains_test, contains_basic) | |
| TEST (enumerate_tuple_test, enumerate_tuple_basic) | |
| TEST (zip_longest_test, basic_different_lengths) | |
| TEST (zip_longest_test, second_longer) | |
| TEST (zip_longest_test, equal_lengths) | |
| TEST (zip_longest_test, empty_containers) | |
| TEST (tzip_longest_test, basic_different_lengths) | |
| TEST (zip_longest_opt_test, basic_different_lengths) | |
| TEST (group_by_test, basic_grouping) | |
| TEST (group_by_test, group_by_parity) | |
| TEST (group_by_test, empty_container) | |
| TEST (group_by_test, single_element) | |
| TEST (group_by_reduce_test, sum_groups) | |
| TEST (maps_test, basic_map) | |
| TEST (maps_test, type_conversion) | |
| TEST (filter_map_test, conditional_map) | |
| TEST (filter_map_test, no_matches) | |
| TEST (split_test, basic_split) | |
| TEST (take_drop_test, take_basic) | |
| TEST (take_drop_test, drop_basic) | |
| TEST (take_drop_test, take_drop_range) | |
| TEST (to_dynlist_test, from_tree) | |
| TEST (to_dynlist_test, from_array) | |
| TEST (traverse_filter_test, count_evens) | |
| TEST (functional_stress_test, large_container) | |
| TEST (functional_stress_test, chained_operations) | |
| TEST (functional_edge_test, empty_container_operations) | |
| TEST (functional_edge_test, single_element) | |
| TEST (functional_complex_type_test, struct_operations) | |
| TEST (functional_composition_test, nested_maps) | |
| TEST (functional_composition_test, filter_then_map) | |
| TEST (quantifier_test, all_comprehensive) | |
| TEST (quantifier_test, exists_comprehensive) | |
| TEST (quantifier_test, none_comprehensive) | |
| TEST (scanl_comprehensive, scanl_sum_variants) | |
| TEST (scanl_comprehensive, scanl_custom_op) | |
| TEST (flat_map_comprehensive, basic_operations) | |
| TEST (flat_map_comprehensive, replicate_pattern) | |
| TEST (flat_map_comprehensive, empty_inner) | |
| TEST (concat_comprehensive, various_combinations) | |
| TEST (while_comprehensive, take_while_various) | |
| TEST (while_comprehensive, drop_while_various) | |
| TEST (reverse_comprehensive, various_sizes) | |
| TEST (min_max_ptr_comprehensive, with_comparator) | |
| TEST (min_max_ptr_comprehensive, minmax_combined) | |
| TEST (fold_comprehensive, foldl_associativity) | |
| TEST (fold_comprehensive, foldr_associativity) | |
| TEST (zip_comprehensive, different_lengths) | |
| TEST (zip_comprehensive, zip_all_predicate) | |
| TEST (group_by_comprehensive, custom_key) | |
| TEST (functional_performance, large_chain) | |
| TEST (functional_performance, deep_nesting) | |
Tests for Ah Functional.
Definition in file ah-functional.cc.
| TEST | ( | assign_container_test | , |
| assign_container | |||
| ) |
Definition at line 357 of file ah-functional.cc.
References Aleph::maps().
| TEST | ( | Compare | , |
| comparisons | |||
| ) |
Definition at line 210 of file ah-functional.cc.
References Aleph::are_eq(), Aleph::eq(), Aleph::DynList< T >::get_last(), Aleph::lesser(), Aleph::maps(), N, and Aleph::range().
| TEST | ( | concat_comprehensive | , |
| various_combinations | |||
| ) |
Definition at line 1258 of file ah-functional.cc.
References Aleph::concat(), and Aleph::maps().
| TEST | ( | concat_test | , |
| concat_basic | |||
| ) |
Definition at line 524 of file ah-functional.cc.
References Aleph::concat(), and Aleph::maps().
| TEST | ( | container_ops | , |
| insert_append_remove | |||
| ) |
Definition at line 340 of file ah-functional.cc.
References Aleph::append_in_container(), Aleph::insert_in_container(), Aleph::maps(), Aleph::remove_from_container(), and Aleph::DynSetTree< Key, Tree, Compare >::size().
| TEST | ( | contains_test | , |
| contains_basic | |||
| ) |
Definition at line 652 of file ah-functional.cc.
References Aleph::contains(), l, and Aleph::maps().
| TEST | ( | count_if_test | , |
| count_if_basic | |||
| ) |
Definition at line 640 of file ah-functional.cc.
References Aleph::count_if(), l, and Aleph::maps().
| TEST | ( | drop_while_test | , |
| drop_while_basic | |||
| ) |
Definition at line 553 of file ah-functional.cc.
References Aleph::drop_while(), Aleph::HTList::is_empty(), l, and Aleph::maps().
| TEST | ( | each | , |
| each_variations | |||
| ) |
Definition at line 75 of file ah-functional.cc.
References Aleph::count(), Aleph::each(), and Aleph::maps().
| TEST | ( | each_test | , |
| each_edge | |||
| ) |
Definition at line 449 of file ah-functional.cc.
References Aleph::count(), Aleph::each(), and Aleph::maps().
| TEST | ( | enumerate_tuple_test | , |
| enumerate_tuple_basic | |||
| ) |
Definition at line 666 of file ah-functional.cc.
References Aleph::enumerate_tuple(), l, and Aleph::maps().
| TEST | ( | filter_map_test | , |
| conditional_map | |||
| ) |
Definition at line 902 of file ah-functional.cc.
References Aleph::filter(), l, and Aleph::maps().
| TEST | ( | filter_map_test | , |
| no_matches | |||
| ) |
Definition at line 913 of file ah-functional.cc.
References Aleph::filter(), l, and Aleph::maps().
| TEST | ( | find_ptr_test | , |
| find_ptr_basic | |||
| ) |
Definition at line 472 of file ah-functional.cc.
References Aleph::find_ptr(), l, Aleph::maps(), and LocateFunctions< Container, Type >::nth().
| TEST | ( | flat_map_comprehensive | , |
| basic_operations | |||
| ) |
Definition at line 1217 of file ah-functional.cc.
References Aleph::flat_map(), l, Aleph::maps(), and Aleph::range().
| TEST | ( | flat_map_comprehensive | , |
| empty_inner | |||
| ) |
Definition at line 1243 of file ah-functional.cc.
References Aleph::flat_map(), l, and Aleph::maps().
| TEST | ( | flat_map_comprehensive | , |
| replicate_pattern | |||
| ) |
Definition at line 1229 of file ah-functional.cc.
References Aleph::DynList< T >::append(), Aleph::flat_map(), l, and Aleph::maps().
| TEST | ( | flat_map_test | , |
| flat_map_basic | |||
| ) |
Definition at line 569 of file ah-functional.cc.
References Aleph::flat_map(), l, Aleph::maps(), and Aleph::range().
| TEST | ( | flatten_test | , |
| flatten | |||
| ) |
Definition at line 364 of file ah-functional.cc.
References Aleph::DynList< T >::append(), Aleph::flatten(), and Aleph::maps().
| TEST | ( | flatten_test | , |
| flatten_deep | |||
| ) |
Definition at line 434 of file ah-functional.cc.
References Aleph::DynList< T >::append(), Aleph::build_dynlist(), Aleph::flatten(), and Aleph::maps().
| TEST | ( | fold_comprehensive | , |
| foldl_associativity | |||
| ) |
Definition at line 1366 of file ah-functional.cc.
References Aleph::DynList< T >::append(), and Aleph::maps().
| TEST | ( | fold_comprehensive | , |
| foldr_associativity | |||
| ) |
Definition at line 1380 of file ah-functional.cc.
References Aleph::DynList< T >::append(), and Aleph::maps().
| TEST | ( | foldr_test | , |
| foldr_basic | |||
| ) |
Definition at line 494 of file ah-functional.cc.
References l, and Aleph::maps().
| TEST | ( | FoundItem | , |
| FoundItemTests | |||
| ) |
Definition at line 396 of file ah-functional.cc.
References Aleph::None< T >::get_item(), Aleph::Some< T >::get_item(), Aleph::None< T >::is_found(), Aleph::Some< T >::is_found(), and Aleph::maps().
| TEST | ( | functional_complex_type_test | , |
| struct_operations | |||
| ) |
Definition at line 1082 of file ah-functional.cc.
References Person::age, Aleph::DynList< T >::append(), Aleph::filter(), Aleph::maps(), Aleph::max_ptr(), Person::name, and Aleph::HTList::size().
| TEST | ( | functional_composition_test | , |
| filter_then_map | |||
| ) |
Definition at line 1124 of file ah-functional.cc.
References Aleph::filter(), l, Aleph::maps(), Aleph::range(), and Aleph::to_string().
| TEST | ( | functional_composition_test | , |
| nested_maps | |||
| ) |
Definition at line 1114 of file ah-functional.cc.
References l, and Aleph::maps().
| TEST | ( | functional_edge_test | , |
| empty_container_operations | |||
| ) |
Definition at line 1040 of file ah-functional.cc.
References Aleph::all(), Aleph::exists(), Aleph::filter(), Aleph::maps(), Aleph::none(), Aleph::product(), Aleph::reverse(), and Aleph::sum().
| TEST | ( | functional_edge_test | , |
| single_element | |||
| ) |
Definition at line 1056 of file ah-functional.cc.
References Aleph::filter(), Aleph::maps(), Aleph::max_ptr(), Aleph::min_ptr(), Aleph::product(), Aleph::reverse(), Aleph::size(), and Aleph::sum().
| TEST | ( | functional_performance | , |
| deep_nesting | |||
| ) |
Definition at line 1472 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::range().
| TEST | ( | functional_performance | , |
| large_chain | |||
| ) |
Definition at line 1446 of file ah-functional.cc.
References Aleph::DynList< T >::append(), Aleph::count(), Aleph::filter(), LocateFunctions< Container, Type >::get_it(), LL, Aleph::maps(), and N.
| TEST | ( | functional_stress_test | , |
| chained_operations | |||
| ) |
Definition at line 1027 of file ah-functional.cc.
References Aleph::filter(), l, Aleph::maps(), Aleph::range(), Aleph::sum(), and FunctionalMethods< Container, T >::take().
| TEST | ( | functional_stress_test | , |
| large_container | |||
| ) |
Definition at line 1007 of file ah-functional.cc.
References Aleph::filter(), Aleph::DynList< T >::get_first(), Aleph::DynList< T >::get_last(), l, Aleph::maps(), N, Aleph::HTList::size(), and Aleph::sum().
| TEST | ( | group_by_comprehensive | , |
| custom_key | |||
| ) |
Definition at line 1424 of file ah-functional.cc.
References LocateFunctions< Container, Type >::get_it(), Aleph::group_by(), l, Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | group_by_reduce_test | , |
| sum_groups | |||
| ) |
Definition at line 858 of file ah-functional.cc.
References Aleph::group_by_reduce(), l, Aleph::maps(), and Aleph::sum().
| TEST | ( | group_by_test | , |
| basic_grouping | |||
| ) |
Definition at line 798 of file ah-functional.cc.
References Aleph::group_by(), l, and Aleph::maps().
| TEST | ( | group_by_test | , |
| empty_container | |||
| ) |
Definition at line 840 of file ah-functional.cc.
References Aleph::group_by(), and Aleph::maps().
| TEST | ( | group_by_test | , |
| group_by_parity | |||
| ) |
Definition at line 821 of file ah-functional.cc.
References Aleph::group_by(), l, and Aleph::maps().
| TEST | ( | group_by_test | , |
| single_element | |||
| ) |
Definition at line 847 of file ah-functional.cc.
References Aleph::group_by(), and Aleph::maps().
| TEST | ( | is_equal_test | , |
| is_equal | |||
| ) |
Definition at line 384 of file ah-functional.cc.
References Aleph::is_equal(), and Aleph::maps().
| TEST | ( | is_inside_test | , |
| is_inside | |||
| ) |
Definition at line 375 of file ah-functional.cc.
References Aleph::is_inside(), l, and Aleph::maps().
| TEST | ( | maps_test | , |
| basic_map | |||
| ) |
Definition at line 886 of file ah-functional.cc.
References l, and Aleph::maps().
| TEST | ( | maps_test | , |
| type_conversion | |||
| ) |
Definition at line 894 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::to_string().
| TEST | ( | min_max_ptr_comprehensive | , |
| minmax_combined | |||
| ) |
Definition at line 1353 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::minmax_ptr().
| TEST | ( | min_max_ptr_comprehensive | , |
| with_comparator | |||
| ) |
Definition at line 1332 of file ah-functional.cc.
References Aleph::DynList< T >::append(), FunctionalMethods< Container, T >::length(), Aleph::maps(), Aleph::max_ptr(), and Aleph::min_ptr().
| TEST | ( | min_max_test | , |
| min_max_basic | |||
| ) |
Definition at line 601 of file ah-functional.cc.
References l, Aleph::maps(), Aleph::max_ptr(), Aleph::min_ptr(), and Aleph::minmax_ptr().
| TEST | ( | none_test | , |
| none_basic | |||
| ) |
Definition at line 462 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::none().
| TEST | ( | pair_iterator_test | , |
| pair_iterator | |||
| ) |
Definition at line 315 of file ah-functional.cc.
References Aleph::get_pair_it(), Aleph::maps(), and Aleph::range().
| TEST | ( | quantifier_test | , |
| all_comprehensive | |||
| ) |
Definition at line 1138 of file ah-functional.cc.
References Aleph::all(), l, and Aleph::maps().
| TEST | ( | quantifier_test | , |
| exists_comprehensive | |||
| ) |
Definition at line 1151 of file ah-functional.cc.
References Aleph::exists(), l, and Aleph::maps().
| TEST | ( | quantifier_test | , |
| none_comprehensive | |||
| ) |
Definition at line 1164 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::none().
| TEST | ( | range | , |
| range_combs | |||
| ) |
Definition at line 50 of file ah-functional.cc.
References Aleph::contiguous_range(), Aleph::maps(), Aleph::nrange(), and Aleph::range().
| TEST | ( | range | , |
| range_precision | |||
| ) |
Definition at line 416 of file ah-functional.cc.
References Aleph::DynList< T >::get_first(), Aleph::maps(), Aleph::nrange(), and Aleph::HTList::size().
| TEST | ( | rep | , |
| rep | |||
| ) |
Definition at line 59 of file ah-functional.cc.
References Aleph::maps(), and Aleph::rep().
| TEST | ( | reverse_comprehensive | , |
| various_sizes | |||
| ) |
Definition at line 1316 of file ah-functional.cc.
References l, Aleph::maps(), Aleph::range(), and Aleph::reverse().
| TEST | ( | scanl_comprehensive | , |
| scanl_custom_op | |||
| ) |
Definition at line 1202 of file ah-functional.cc.
References l, and Aleph::maps().
| TEST | ( | scanl_comprehensive | , |
| scanl_sum_variants | |||
| ) |
Definition at line 1183 of file ah-functional.cc.
References Aleph::DynList< T >::get_first(), l, Aleph::maps(), Aleph::scanl_sum(), and Aleph::HTList::size().
| TEST | ( | scanl_test | , |
| scanl_basic | |||
| ) |
Definition at line 586 of file ah-functional.cc.
References l, Aleph::maps(), and Aleph::scanl_sum().
| TEST | ( | sequential_groups_test | , |
| sequential_groups | |||
| ) |
Definition at line 280 of file ah-functional.cc.
References LocateFunctions< Container, Type >::get_it(), Aleph::HTList::is_empty(), l, Aleph::maps(), and Aleph::sequential_groups().
| TEST | ( | set_range | , |
| set_range_with_op | |||
| ) |
Definition at line 65 of file ah-functional.cc.
References Aleph::maps().
| TEST | ( | split_test | , |
| basic_split | |||
| ) |
Definition at line 925 of file ah-functional.cc.
References FunctionalMethods< Container, T >::drop(), l, Aleph::maps(), and FunctionalMethods< Container, T >::take().
| TEST | ( | sum_product_test | , |
| sum_product_basic | |||
| ) |
Definition at line 507 of file ah-functional.cc.
References l, Aleph::maps(), Aleph::product(), and Aleph::sum().
| TEST | ( | take_drop_test | , |
| drop_basic | |||
| ) |
Definition at line 948 of file ah-functional.cc.
References FunctionalMethods< Container, T >::drop(), l, and Aleph::maps().
| TEST | ( | take_drop_test | , |
| take_basic | |||
| ) |
Definition at line 939 of file ah-functional.cc.
References l, Aleph::maps(), and FunctionalMethods< Container, T >::take().
| TEST | ( | take_drop_test | , |
| take_drop_range | |||
| ) |
Definition at line 957 of file ah-functional.cc.
References l, Aleph::maps(), and FunctionalMethods< Container, T >::take().
| TEST | ( | take_while_test | , |
| take_while_basic | |||
| ) |
Definition at line 537 of file ah-functional.cc.
References Aleph::all(), Aleph::HTList::is_empty(), l, Aleph::maps(), and Aleph::take_while().
| TEST | ( | to_dynlist_test | , |
| from_array | |||
| ) |
Definition at line 979 of file ah-functional.cc.
References Aleph::DynArray< T >::append(), Aleph::maps(), and Aleph::to_dynlist().
| TEST | ( | to_dynlist_test | , |
| from_tree | |||
| ) |
Definition at line 968 of file ah-functional.cc.
References Aleph::DynSetTree< Key, Tree, Compare >::insert(), Aleph::maps(), and Aleph::to_dynlist().
| TEST | ( | traverse_filter_test | , |
| count_evens | |||
| ) |
Definition at line 992 of file ah-functional.cc.
References Aleph::count(), l, Aleph::maps(), and GenericTraverse< Container >::traverse().
| TEST | ( | tzip_longest_test | , |
| basic_different_lengths | |||
| ) |
Definition at line 753 of file ah-functional.cc.
References Aleph::maps(), and Aleph::tzip_longest().
| TEST | ( | unique_sequential_test | , |
| unique_sequential | |||
| ) |
Definition at line 301 of file ah-functional.cc.
References Aleph::HTList::is_empty(), l, Aleph::maps(), and Aleph::unique_sequential().
| TEST | ( | while_comprehensive | , |
| drop_while_various | |||
| ) |
Definition at line 1293 of file ah-functional.cc.
References Aleph::drop_while(), Aleph::HTList::is_empty(), l, Aleph::maps(), and Aleph::HTList::size().
| TEST | ( | while_comprehensive | , |
| take_while_various | |||
| ) |
Definition at line 1272 of file ah-functional.cc.
References Aleph::HTList::is_empty(), l, Aleph::maps(), Aleph::HTList::size(), and Aleph::take_while().
| TEST | ( | zip_comprehensive | , |
| different_lengths | |||
| ) |
Definition at line 1396 of file ah-functional.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), Aleph::HTList::size(), and Aleph::zip().
| TEST | ( | zip_comprehensive | , |
| zip_all_predicate | |||
| ) |
Definition at line 1408 of file ah-functional.cc.
References Aleph::maps(), and Aleph::zip_all().
| TEST | ( | zip_longest_opt_test | , |
| basic_different_lengths | |||
| ) |
Definition at line 774 of file ah-functional.cc.
References Aleph::maps(), and Aleph::zip_longest_opt().
| TEST | ( | zip_longest_test | , |
| basic_different_lengths | |||
| ) |
Definition at line 690 of file ah-functional.cc.
References Aleph::maps(), and Aleph::zip_longest().
| TEST | ( | zip_longest_test | , |
| empty_containers | |||
| ) |
Definition at line 734 of file ah-functional.cc.
References FunctionalMethods< Container, T >::all(), Aleph::HTList::is_empty(), l, Aleph::maps(), Aleph::HTList::size(), and Aleph::zip_longest().
| TEST | ( | zip_longest_test | , |
| equal_lengths | |||
| ) |
Definition at line 721 of file ah-functional.cc.
References Aleph::maps(), and Aleph::zip_longest().
| TEST | ( | zip_longest_test | , |
| second_longer | |||
| ) |
Definition at line 706 of file ah-functional.cc.
References Aleph::maps(), and Aleph::zip_longest().
| TEST_F | ( | TreeContainer | , |
| containers_eq_test | |||
| ) |
Definition at line 204 of file ah-functional.cc.
References Aleph::containers_eq(), l, Aleph::maps(), N, and tbl.
| TEST_F | ( | TreeContainer | , |
| diff_test | |||
| ) |
Definition at line 194 of file ah-functional.cc.
References Aleph::diff(), Aleph::DynList< T >::get_last(), Aleph::maps(), and N.
| TEST_F | ( | TreeContainer | , |
| enumerate | |||
| ) |
Definition at line 153 of file ah-functional.cc.
References FunctionalMethods< Container, T >::all(), Aleph::enumerate(), l, Aleph::maps(), and tbl.
| TEST_F | ( | TreeContainer | , |
| gen_seq_list_tuples | |||
| ) |
Definition at line 143 of file ah-functional.cc.
References Aleph::build_dynlist(), Aleph::gen_seq_list_tuples(), l, Aleph::maps(), and tbl.
| TEST_F | ( | TreeContainer | , |
| indexes_and_tindexes | |||
| ) |
Definition at line 159 of file ah-functional.cc.
References LocateFunctions< Container, Type >::get_it(), Aleph::indexes(), Aleph::maps(), tbl, and Aleph::tindexes().
| TEST_F | ( | TreeContainer | , |
| ml | |||
| ) |
Definition at line 113 of file ah-functional.cc.
References Aleph::all(), Aleph::enum_for_each(), Aleph::exists(), Aleph::filter(), Aleph::for_each(), Aleph::maps(), N, tbl, and Aleph::to_string().
| TEST_F | ( | TreeContainer | , |
| partition_test | |||
| ) |
Definition at line 187 of file ah-functional.cc.
References Aleph::maps(), Aleph::partition(), and tbl.
| TEST_F | ( | TreeContainer | , |
| pointers | |||
| ) |
Definition at line 96 of file ah-functional.cc.
References LocateFunctions< Container, Type >::get_it(), l, Aleph::maps(), Aleph::pointers_list(), tbl, and Aleph::zip_all().
| TEST_F | ( | TreeContainer | , |
| reverse_test | |||
| ) |
Definition at line 180 of file ah-functional.cc.
References l, Aleph::maps(), N, and Aleph::reverse().
| TEST_F | ( | TreeContainer | , |
| sublist | |||
| ) |
Definition at line 107 of file ah-functional.cc.
References Aleph::maps(), Aleph::sublist(), and tbl.
| TEST_F | ( | TreeContainer | , |
| zips | |||
| ) |
Definition at line 240 of file ah-functional.cc.
References FunctionalMethods< Container, T >::all(), Aleph::maps(), N, Aleph::range(), tbl, Aleph::tunzip(), Aleph::tzip(), Aleph::tzipEq(), Aleph::unzip(), Aleph::zip(), Aleph::zip_all(), and Aleph::zipEq().