#include <ReleaseResource_ref_count_ptr.hpp>
Inheritance diagram for MemMngPack::ReleaseResource_ref_count_ptr< T >:
Public Types | |
| typedef Teuchos::RefCountPtr< T > | ptr_t |
| | |
Public Member Functions | |
| ReleaseResource_ref_count_ptr (const ptr_t &ptr) | |
| Construct from a pointer. | |
| bool | resource_is_bound () const |
| | |
Public Attributes | |
| ptr_t | ptr |
| Just give public access to pointer. | |
Note that ~ReleaseResource_ref_count_ptr() does not need to be implemented since the compiler generated version will already be correct.
Definition at line 45 of file ReleaseResource_ref_count_ptr.hpp.
|
|||||
|
Definition at line 49 of file ReleaseResource_ref_count_ptr.hpp. |
|
||||||||||
|
Construct from a pointer.
Definition at line 70 of file ReleaseResource_ref_count_ptr.hpp. |
|
|||||||||
|
Implements MemMngPack::ReleaseResource. Definition at line 78 of file ReleaseResource_ref_count_ptr.hpp. |
|
|||||
|
Just give public access to pointer.
Definition at line 52 of file ReleaseResource_ref_count_ptr.hpp. |
1.3.9.1