#include "../config.h"
#include "IDPool.h"
#include "PoolHelper.h"
#include "Singleton.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 PoolElementWrapper< Content > &wrapper) | 
|  | 
| template<class Content > | 
| bool | carl::pool::operator== (const PoolElementWrapper< Content > &c1, const PoolElementWrapper< 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 |