|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Classes | |
| class | AHMappingTest |
Functions | |
| TEST_F (AHMappingTest, DefaultConstructor) | |
| TEST_F (AHMappingTest, InsertAndAccess) | |
| TEST_F (AHMappingTest, BracketOperatorInsert) | |
| TEST_F (AHMappingTest, ValidKey) | |
| TEST_F (AHMappingTest, Remove) | |
| TEST_F (AHMappingTest, Clear) | |
| TEST_F (AHMappingTest, UpdateValue) | |
| TEST_F (AHMappingTest, InverseBasic) | |
| TEST_F (AHMappingTest, InverseEmpty) | |
| TEST_F (AHMappingTest, DoubleInverse) | |
| TEST_F (AHMappingTest, ContainsValue) | |
| TEST_F (AHMappingTest, ForEach) | |
| TEST_F (AHMappingTest, CopyConstructor) | |
| TEST_F (AHMappingTest, MoveConstructor) | |
| TEST_F (AHMappingTest, StringToInt) | |
| TEST_F (AHMappingTest, DoubleToString) | |
| TEST_F (AHMappingTest, EmptyStringValue) | |
| TEST_F (AHMappingTest, ZeroKey) | |
| TEST_F (AHMappingTest, NegativeKeys) | |
| TEST_F (AHMappingTest, LargeMapping) | |
| TEST_F (AHMappingTest, ManyInsertions) | |
| TEST_F (AHMappingTest, ManyRemovals) | |
| TEST_F (AHMappingTest, LargeInverse) | |
| TEST_F | ( | AHMappingTest | , |
| BracketOperatorInsert | |||
| ) |
Definition at line 40 of file ah_mapping_test.cc.
References Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| Clear | |||
| ) |
Definition at line 82 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::clear(), Aleph::AHMapping< Key, ValueType >::empty(), Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| ContainsValue | |||
| ) |
Definition at line 158 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::contains_value(), Aleph::AHMapping< Key, ValueType >::insert(), and Aleph::maps().
| TEST_F | ( | AHMappingTest | , |
| CopyConstructor | |||
| ) |
Definition at line 199 of file ah_mapping_test.cc.
References Aleph::DynList< T >::insert(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| DefaultConstructor | |||
| ) |
Definition at line 17 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::empty(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| DoubleInverse | |||
| ) |
Definition at line 139 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::AHMapping< Key, ValueType >::inverse(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| DoubleToString | |||
| ) |
Definition at line 247 of file ah_mapping_test.cc.
References Aleph::maps().
| TEST_F | ( | AHMappingTest | , |
| EmptyStringValue | |||
| ) |
Definition at line 262 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::valid_key().
| TEST_F | ( | AHMappingTest | , |
| ForEach | |||
| ) |
Definition at line 177 of file ah_mapping_test.cc.
References Aleph::count(), Aleph::AHMapping< Key, ValueType >::for_each(), Aleph::AHMapping< Key, ValueType >::insert(), and Aleph::maps().
| TEST_F | ( | AHMappingTest | , |
| InsertAndAccess | |||
| ) |
Definition at line 25 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::empty(), Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| InverseBasic | |||
| ) |
Definition at line 113 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::AHMapping< Key, ValueType >::inverse(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| InverseEmpty | |||
| ) |
Definition at line 129 of file ah_mapping_test.cc.
References Aleph::DynList< T >::empty(), Aleph::AHMapping< Key, ValueType >::inverse(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| LargeInverse | |||
| ) |
Definition at line 343 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::AHMapping< Key, ValueType >::inverse(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| LargeMapping | |||
| ) |
Definition at line 297 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), N, Aleph::AHMapping< Key, ValueType >::size(), and Aleph::AHMapping< Key, ValueType >::valid_key().
| TEST_F | ( | AHMappingTest | , |
| ManyInsertions | |||
| ) |
Definition at line 314 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| ManyRemovals | |||
| ) |
Definition at line 327 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), Aleph::AHMapping< Key, ValueType >::remove(), Aleph::AHMapping< Key, ValueType >::size(), and Aleph::AHMapping< Key, ValueType >::valid_key().
| TEST_F | ( | AHMappingTest | , |
| MoveConstructor | |||
| ) |
Definition at line 217 of file ah_mapping_test.cc.
References Aleph::DynList< T >::insert(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | AHMappingTest | , |
| NegativeKeys | |||
| ) |
Definition at line 282 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), and Aleph::maps().
| TEST_F | ( | AHMappingTest | , |
| Remove | |||
| ) |
Definition at line 65 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), Aleph::AHMapping< Key, ValueType >::remove(), Aleph::AHMapping< Key, ValueType >::size(), and Aleph::AHMapping< Key, ValueType >::valid_key().
| TEST_F | ( | AHMappingTest | , |
| StringToInt | |||
| ) |
Definition at line 234 of file ah_mapping_test.cc.
References Aleph::maps().
| TEST_F | ( | AHMappingTest | , |
| UpdateValue | |||
| ) |
Definition at line 96 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().
| TEST_F | ( | AHMappingTest | , |
| ValidKey | |||
| ) |
Definition at line 54 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::valid_key().
| TEST_F | ( | AHMappingTest | , |
| ZeroKey | |||
| ) |
Definition at line 272 of file ah_mapping_test.cc.
References Aleph::AHMapping< Key, ValueType >::insert(), Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::valid_key().