Pointer that overloads operator ->
More...
#include <smartptr.h>
template<class T>
class member_ptr< T >
Pointer that overloads operator ->
- Template Parameters
-
member_ptr is used frequently in the library to avoid the issues related to std::auto_ptr in C++11 (deprecated) and std::unique_ptr in C++03 (non-existent).
- Bug:
- Issue 48: "Use of auto_ptr
causes dirty compile under C++11"
Definition at line 37 of file smartptr.h.
◆ member_ptr()
◆ ~member_ptr()
◆ get() [1/2]
◆ get() [2/2]
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator->() [1/2]
◆ operator->() [2/2]
◆ release()
◆ reset()
◆ m_p
The documentation for this class was generated from the following file:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/smartptr.h