|
dispenso 1.4.1
A library for task parallelism
|
#include <resource_pool.h>
Public Member Functions | |
| Resource (Resource &&other) | |
| Resource & | operator= (Resource &&other) |
| T & | get () |
Friends | |
| class | ResourcePool< T > |
A RIAA wrapper for a user's type that can manage accessibility and ensures the resource will go back into the ResourcePool upon destruction.
Definition at line 31 of file resource_pool.h.
|
inline |
Definition at line 33 of file resource_pool.h.
|
inline |
Definition at line 56 of file resource_pool.h.
|
inline |
Access the underlying resource object.
Definition at line 52 of file resource_pool.h.
|
inline |
Definition at line 37 of file resource_pool.h.
|
friend |
Definition at line 66 of file resource_pool.h.