RefCountedWrappedObject — Reference counted base class for wrapping the internal Serna classes.
class RefCountedWrappedObject : : public SimpleWrappedObjectSernaApi::SimpleWrappedObject { public: // construct/copy/destruct RefCountedWrappedObject(SernaApiBase * = 0); RefCountedWrappedObject(const RefCountedWrappedObject &); RefCountedWrappedObject& operator=(const RefCountedWrappedObject &); ~RefCountedWrappedObject(); // public member functions void setRep(SernaApiBase *) ; void decRepRefCnt() ; // private member functions void do_setrep(SernaApiBase *) ; };