alternative Standard Libary
0.29.8
|
#include <auto_ptr.hpp>
Öffentliche Typen | |
using | value_type = T |
using | self_type = auto_ptr_ref< T > |
using | pointer = T * |
using | ref_type = __auto_ptr_base |
Öffentliche Methoden | |
auto_ptr_ref (ref_type &r, pointer p) | |
pointer | release () const |
self_type & | operator= (self_type const &)=delete |
Öffentliche Attribute | |
ref_type & | m_ref |
pointer const | m_pointer |
using std::auto_ptr_ref< T >::pointer = T* |
using std::auto_ptr_ref< T >::ref_type = __auto_ptr_base |
using std::auto_ptr_ref< T >::self_type = auto_ptr_ref<T> |
using std::auto_ptr_ref< T >::value_type = T |
|
inline |
|
delete |
|
inline |
pointer const std::auto_ptr_ref< T >::m_pointer |
ref_type& std::auto_ptr_ref< T >::m_ref |