Searched refs: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
35 virtual ~ref_pointer() {if (unique()) delete the_p;}
37 ref_pointer(T* the_p_arg, ref_counter<N>& ref_count_arg) function in class:ref_pointer
42 ref_pointer& operator=(const ref_pointer&);
43 ref_pointer& operator=(T*);
48 friend bool operator==(const ref_pointer<T, N>& lhs, argument
49 const ref_pointer<
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 41 milliseconds