Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching defs:SmartPtr

23 class SmartPtr
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
66 ~SmartPtr() {
99 bool operator <(const SmartPtr<T>& t1) const {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs)
118 SmartPtr<T,threadSafe>& operator=(SmartPtr<T,true>& rhs)