NCBI C++ ToolKit
|
Search Toolkit Book for bm::ptr_guard
Mini auto-pointer for internal memory management. More...
#include <util/bitset/bmutil.h>
Public Member Functions | |
ptr_guard (T *p) noexcept | |
~ptr_guard () | |
Private Member Functions | |
ptr_guard (const ptr_guard< T > &p) | |
ptr_guard & | operator= (const ptr_guard< T > &p) |
Private Attributes | |
T * | ptr_ |
Mini auto-pointer for internal memory management.
|
inlinenoexcept |
|
inline |
Definition at line 159 of file bmutil.h.
References bm::ptr_guard< T >::ptr_.
|
private |
Definition at line 164 of file bmutil.h.
Referenced by bm::ptr_guard< T >::~ptr_guard().