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

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem01.C30 class ref_pointer { class
33 ref_pointer() : the_p(0) {} function in class:ref_pointer
34 ref_pointer(T* just_newed) : the_p(just_newed) {} function in class:ref_pointer
37 ref_pointer(T* the_p_arg, ref_counter<N>& ref_count_arg) function in class:ref_pointer
48 friend bool operator==(const ref_pointer<T, N>& lhs, argument
52 operator !=(const ref_pointer<T, N>& lhs, const ref_pointer<T, N>& rhs) argument
71 operator =(const ref_pointer<T, N>& rhs) argument
[all...]

Completed in 37 milliseconds