|
Broom 1.0.0
A thread-local C++ Garbage Collector
|
This is the complete list of members for broom::unordered_map< Key, T, Hash, KeyEqual, Allocator >, including all inherited members.
| BroomValue(GarbageCollector *gc) | broom::BroomValue | protected |
| BroomValue() | broom::BroomValue | protected |
| BroomValue(const BroomValue &other) | broom::BroomValue | protected |
| DEF_TYPES() | broom::unordered_map< Key, T, Hash, KeyEqual, Allocator > | |
| operator=(const BroomValue &other) | broom::BroomValue | protected |
| operator=(BroomValue &&other) noexcept | broom::BroomValue | protected |
| unordered_map(std::initializer_list< std::pair< const Key, T > > il) | broom::unordered_map< Key, T, Hash, KeyEqual, Allocator > | inline |
| unordered_map(std::initializer_list< std::pair< const Key, T > > il, typename Base::size_type bucket_count, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator()) | broom::unordered_map< Key, T, Hash, KeyEqual, Allocator > | inline |
| Visit(Visitor *visitor) const | broom::unordered_map< Key, T, Hash, KeyEqual, Allocator > | inlinevirtual |
| ~BroomValue() | broom::BroomValue | virtual |