Searched refs:RefCountObjectBindingPointer (Results 1 – 2 of 2) sorted by relevance
39 class RefCountObjectBindingPointer42 RefCountObjectBindingPointer() : mObject(NULL) { } in RefCountObjectBindingPointer() function43 …~RefCountObjectBindingPointer() { ASSERT(mObject == NULL); } // Objects have to be released before… in ~RefCountObjectBindingPointer()57 class BindingPointer : public RefCountObjectBindingPointer60 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } in set()61 … ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } in get()
41 void RefCountObjectBindingPointer::set(RefCountObject *newObject) in set()