Searched refs:SPtr (Results 1 – 2 of 2) sorted by relevance
48 class SPtr52 explicit SPtr(T *ptr_p = 0) :59 SPtr(const SPtr<X> &other_sptr_p) in SPtr() function69 SPtr(const SPtr &other_sptr_p) in SPtr() function80 ~SPtr() in ~SPtr()99 SPtr &operator= (const SPtr<X> &other_sptr_p)123 SPtr &operator=(const SPtr &other_sptr_p)185 inline bool operator==(const SPtr<T> &x, const SPtr<T> &y) {191 inline bool operator!=(const SPtr<T> &x, const SPtr<T> &y) {
72 _ose = SPtr<OSEvent_s>(new OSEvent_s); in OSEvent()77 _ose = SPtr<OSEvent_s>(NULL); in ~OSEvent()80 SPtr<OSEvent_s> _ose;