|
qxLib
|
#include <qx/category.h>#include <qx/internal/perf_scope.h>#include <qx/macros/suppress_warnings.h>#include <qx/typedefs.h>#include <boost/multi_index/hashed_index.hpp>#include <boost/multi_index/member.hpp>#include <boost/multi_index_container.hpp>#include <algorithm>#include <mutex>#include <shared_mutex>#include <qx/containers/unique_objects_pool.inl>Go to the source code of this file.
Classes | |
| class | qx::unique_objects_pool< T > |
| Class stores unique objects and allows access to them through tokens. More... | |
| class | qx::unique_objects_pool< T >::token |
| The token is used for distributed access to a unique object in the pool. More... | |
Definition in file unique_objects_pool.h.