Searched refs:_Rope_self_destruct_ptr (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h728 struct _Rope_self_destruct_ptr { struct
730 ~_Rope_self_destruct_ptr()
733 _Rope_self_destruct_ptr() : _M_ptr(0) {}; function in struct:_Rope_self_destruct_ptr
735 _Rope_self_destruct_ptr() {}; function in struct:_Rope_self_destruct_ptr
737 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {} function in struct:_Rope_self_destruct_ptr
741 _Rope_self_destruct_ptr& operator= (_Rope_RopeRep<_CharT,_Alloc>* __x)
759 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr;
1376 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr;

Completed in 88 milliseconds