Home
last modified time | relevance | path

Searched refs:const_ptr_type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A Dsmart_ptr.h23 typedef const T * const_ptr_type; typedef
41 const_ptr_type get() const { return _p; } in get()
81 operator const_ptr_type () const { return _p; } in const_ptr_type() function
93 smart_ptr<T> & operator = (const_ptr_type p)
103 const_ptr_type operator ->() const { return _p; }
132 typedef const T * const_ptr_type; typedef
150 const_ptr_type get() const { return _p; } in get()
190 operator const_ptr_type () const { return _p; } in const_ptr_type() function
202 smart_array_ptr<T> & operator = (const_ptr_type p)
212 const_ptr_type operator ->() const { return _p; }