#include "../config.h"
#include "IDPool.h"
#include "PoolHelper.h"
#include <boost/intrusive/unordered_set.hpp>
#include <memory>
Go to the source code of this file.
|
template<class Content > |
std::size_t | carl::pool::hash_value (const LocalPoolElementWrapper< Content > &wrapper) |
|
template<class Content > |
bool | carl::pool::operator== (const LocalPoolElementWrapper< Content > &c1, const LocalPoolElementWrapper< Content > &c2) |
|
◆ DATASTRUCTURES_POOL_LOCK
#define DATASTRUCTURES_POOL_LOCK |
◆ DATASTRUCTURES_POOL_LOCK_GUARD
#define DATASTRUCTURES_POOL_LOCK_GUARD |
◆ DATASTRUCTURES_POOL_UNLOCK
#define DATASTRUCTURES_POOL_UNLOCK |