Searched defs:_Rope_char_ref_proxy (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h99 template<class _CharT, class _Alloc> class _Rope_char_ref_proxy;
651 class _Rope_char_ref_proxy { class
652 typedef _Rope_char_ref_proxy<_CharT, _Alloc> _Self;
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : function in class:_Rope_char_ref_proxy
666 _Rope_char_ref_proxy(const _Self& __x) : function in class:_Rope_char_ref_proxy
672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) function in class:_Rope_char_ref_proxy
684 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a,
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
698 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, \
699 _Rope_char_ref_proxy <_Char
722 _Rope_char_ptr_proxy(const _Rope_char_ref_proxy<_CharT,_Alloc>& __x) argument
[all...]

Completed in 103 milliseconds