Cogs.Core
|
Defines a swap operation replacing the contents of a resource. More...
#include <ResourceManager.h>
Public Member Functions | |
SwapOperation (ResourceHandle destinationHandle, ResourceHandle source) | |
SwapOperation (const SwapOperation &other)=delete | |
SwapOperation (SwapOperation &&other)=default | |
Public Attributes | |
ResourceHandle | destinationHandle |
Handle to the destination resource to replace contents of. | |
ResourceHandle | source |
Source resource to move data from. | |
Defines a swap operation replacing the contents of a resource.
Definition at line 85 of file ResourceManager.h.
|
inline |
Definition at line 88 of file ResourceManager.h.
ResourceHandle Cogs::Core::ResourceManager< ResourceType, LoadInfoType >::SwapOperation::destinationHandle |
Handle to the destination resource to replace contents of.
Definition at line 93 of file ResourceManager.h.
ResourceHandle Cogs::Core::ResourceManager< ResourceType, LoadInfoType >::SwapOperation::source |
Source resource to move data from.
Definition at line 96 of file ResourceManager.h.