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