|
Cogs.Core
|
Public Member Functions | |
| ResourceProxy (Manager &owner, ResourceHandle handle, ResourceHandle proxy) | |
| ResourceProxy (const ResourceProxy &other)=delete | |
| ResourceProxy (ResourceProxy &&other)=default | |
| ResourceProxy & | operator= (const ResourceProxy &other)=delete |
| ResourceProxy & | operator= (ResourceProxy &&other)=default |
| ResourceType * | operator-> () |
| ResourceType & | operator* () |
| ResourceHandle | getHandle () const |
Private Types | |
| typedef ResourceHandle_t< ResourceType > | ResourceHandle |
Private Attributes | |
| ResourceHandle | proxy |
| ResourceHandle | handle |
| Manager & | owner |
Definition at line 10 of file ResourceProxy.h.
|
private |
Definition at line 12 of file ResourceProxy.h.
|
inline |
Definition at line 15 of file ResourceProxy.h.
|
inline |
Definition at line 22 of file ResourceProxy.h.
|
inline |
Definition at line 27 of file ResourceProxy.h.
|
inline |
Definition at line 25 of file ResourceProxy.h.
|
inline |
Definition at line 24 of file ResourceProxy.h.
|
private |
Definition at line 31 of file ResourceProxy.h.
|
private |
Definition at line 32 of file ResourceProxy.h.
|
private |
Definition at line 30 of file ResourceProxy.h.