carl
24.04
Computer ARithmetic Library
|
#include <carl-common/util/container_types.h>
#include <carl-common/memory/Singleton.h>
#include <mutex>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | carl::Pool< Element > |
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Macros | |
#define | POOL_LOCK_GUARD std::lock_guard<std::mutex> lock( mMutexPool ); |
#define | POOL_LOCK mMutexPool.lock(); |
#define | POOL_UNLOCK mMutexPool.unlock(); |
Definition in file Pool.h.
#define POOL_LOCK_GUARD std::lock_guard<std::mutex> lock( mMutexPool ); |