|
Unravel Engine C++ Reference
|
#include <engine/engine_export.h>#include <hpp/filesystem.hpp>#include <logging/logging.h>#include <atomic>#include <chrono>#include <memory>#include <mutex>#include <string>#include <uuid/uuid.h>#include "../threading/threader.h"Go to the source code of this file.
Classes | |
| class | asset_detail::atomic_shared_ptr< T > |
| struct | asset_link< T > |
| Thread-safe link to an asset. More... | |
| struct | asset_link< T >::state_t |
| Immutable snapshot of the link's logical state. More... | |
| struct | asset_handle< T > |
| Thread-safe handle to an asset. More... | |
Namespaces | |
| namespace | asset_detail |
Typedefs | |
| template<typename T > | |
| using | task_future = tpp::job_shared_future<T> |
| using task_future = tpp::job_shared_future<T> |
Definition at line 17 of file asset_handle.h.