Home
last modified time | relevance | path

Searched refs:HashTableList (Results 1 – 2 of 2) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A DhashTable.h52 class HashTableList; variable
303 class HashTableList {
336 HashTableList(BucketAllocator* allocator = nullptr) noexcept;
349 HashTableList(const HashTableList< Key, Val, Alloc >& from);
355 HashTableList(HashTableList< Key, Val, Alloc >&& from) noexcept;
360 ~HashTableList();
385 HashTableList< Key, Val, Alloc >& operator=(const HashTableList< Key, Val, Alloc >& from);
405 HashTableList< Key, Val, Alloc >& operator=(const HashTableList< Key, Val, OtherAlloc >& from);
413 HashTableList< Key, Val, Alloc >& operator=(HashTableList< Key, Val, Alloc >&& from) noexcept;
512 friend class HashTableList;
[all …]
H A DhashTable_tpl.h44 void HashTableList< Key, Val, Alloc >::_copy_(const HashTableList< Key, Val, OtherAlloc >& from) { in _copy_()
130 INLINE HashTableList< Key, Val, Alloc >::HashTableList( in HashTableList() function
136 HashTableList< Key, Val, Alloc >::HashTableList(const HashTableList< Key, Val, Alloc >& from) : in HashTableList() function
142 INLINE HashTableList< Key, Val, Alloc >::HashTableList( in HashTableList() function
151 INLINE HashTableList< Key, Val, Alloc >::~HashTableList() { in ~HashTableList()
173 INLINE HashTableList< Key, Val, Alloc >&
174 HashTableList< Key, Val, Alloc >::operator=(const HashTableList< Key, Val, Alloc >& from) {
186 INLINE HashTableList< Key, Val, Alloc >& HashTableList< Key, Val, Alloc >::operator=(
198 INLINE HashTableList< Key, Val, Alloc >&
199 HashTableList< Key, Val, Alloc >::operator=(HashTableList< Key, Val, Alloc >&& from) noexcept {
[all …]