HomeSort by: relevance | last modified time | path
    Searched defs:const_ptr_type (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
smart_ptr.h 23 typedef const T * const_ptr_type; typedef in class:smart_ptr
41 const_ptr_type get() const { return _p; }
81 operator const_ptr_type () const { return _p; }
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 in class:smart_array_ptr
150 const_ptr_type get() const { return _p; }
190 operator const_ptr_type () const { return _p; }
202 smart_array_ptr<T> & operator = (const_ptr_type p)
212 const_ptr_type operator ->() const { return _p;
    [all...]

Completed in 24 milliseconds