OwnedWrappedObject — Interface to the owned objects wrapping internal Serna classes.
class OwnedWrappedObject : : public SimpleWrappedObjectSernaApi::SimpleWrappedObject { public: // construct/copy/destruct OwnedWrappedObject(SernaApiBase * = 0); OwnedWrappedObject(const OwnedWrappedObject &); OwnedWrappedObject& operator=(const OwnedWrappedObject &); ~OwnedWrappedObject(); // public member functions void setRep(SernaApiBase *) ; // private member functions void do_setrep(SernaApiBase *) ; };