Searched refs:const_ptr_type (Results 1 – 1 of 1) sorted by relevance
23 typedef const T * const_ptr_type; typedef41 const_ptr_type get() const { return _p; } in get()81 operator const_ptr_type () const { return _p; } in const_ptr_type() function93 smart_ptr<T> & operator = (const_ptr_type p)103 const_ptr_type operator ->() const { return _p; }132 typedef const T * const_ptr_type; typedef150 const_ptr_type get() const { return _p; } in get()190 operator const_ptr_type () const { return _p; } in const_ptr_type() function202 smart_array_ptr<T> & operator = (const_ptr_type p)212 const_ptr_type operator ->() const { return _p; }