#include <ReleaseResource.hpp>
Inheritance diagram for MemMngPack::ReleaseResource:
Public Member Functions | |
| virtual | ~ReleaseResource () |
| When object is deleted so will the resource if it is not needed anymore. | |
| virtual bool | resource_is_bound () const =0 |
| Returns true if a resource is bound to this object. | |
The purpose of this object is so that a client can give another peer a means to release needed resources when that object is not bound anymore.
Definition at line 41 of file ReleaseResource.hpp.
|
|
When object is deleted so will the resource if it is not needed anymore.
Definition at line 47 of file ReleaseResource.hpp. |
|
|
Returns true if a resource is bound to this object.
Implemented in MemMngPack::ReleaseResource_ref_count_ptr< T >. |
1.3.9.1