MimIR 0.1
MimIR is my Intermediate Representation
|
This is the complete list of members for mim::Pool< T >, including all inherited members.
erase(PooledSet< T > set, const T &elem) | mim::Pool< T > | inline |
has_intersection(PooledSet< T > a, PooledSet< T > b) | mim::Pool< T > | inline |
insert(PooledSet< T > a, const T &elem) | mim::Pool< T > | inline |
merge(PooledSet< T > a, PooledSet< T > b) | mim::Pool< T > | inline |
operator=(const Pool &)=delete | mim::Pool< T > | |
Pool()=default | mim::Pool< T > | |
Pool(const Pool &)=delete | mim::Pool< T > | |
Pool(Pool &&other) | mim::Pool< T > | inline |
singleton(T elem) | mim::Pool< T > | inline |
swap(Pool &p1, Pool &p2) noexcept | mim::Pool< T > | friend |