Unravel Engine C++ Reference
Loading...
Searching...
No Matches
asset_handle.h File Reference
#include <engine/engine_export.h>
#include <hpp/filesystem.hpp>
#include <logging/logging.h>
#include <memory>
#include <string>
#include <uuid/uuid.h>
#include "../threading/threader.h"

Go to the source code of this file.

Classes

struct  asset_link< T >
 Represents a link to an asset, including its task and weak pointer. More...
 
struct  asset_handle< T >
 Represents a handle to an asset, providing access and management functions. More...
 

Typedefs

template<typename T >
using task_future = tpp::job_shared_future<T>
 

Typedef Documentation

◆ task_future

template<typename T >
using task_future = tpp::job_shared_future<T>

Definition at line 13 of file asset_handle.h.