Home
last modified time | relevance | path

Searched defs:_Rope_self_destruct_ptr (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h746 struct _Rope_self_destruct_ptr { struct
748 ~_Rope_self_destruct_ptr() in ~_Rope_self_destruct_ptr() argument
751 _Rope_self_destruct_ptr() : _M_ptr(0) {}; in _Rope_self_destruct_ptr() function
753 _Rope_self_destruct_ptr() {}; in _Rope_self_destruct_ptr() function
755 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {} in _Rope_self_destruct_ptr() function