Lines Matching refs:T
47 <class T>
52 explicit SPtr(T *ptr_p = 0) :
115 _ptr = (T *)other_sptr_p.get();
148 T &operator*() const
154 T *operator->() const
160 T *get() const in get()
177 T *_ptr;
184 <class T>
185 inline bool operator==(const SPtr<T> &x, const SPtr<T> &y) {
190 <class T>
191 inline bool operator!=(const SPtr<T> &x, const SPtr<T> &y) {