Name

RefCountedWrappedObject — Reference counted base class for wrapping the internal Serna classes.

Synopsis

class RefCountedWrappedObject
  :  (SimpleWrappedObjectSernaApi::SimpleWrappedObject) 
:
  # construct/copy/destruct
  __init__(SernaApiBase * = 0)
  __init__(const RefCountedWrappedObject &)
  RefCountedWrappedObject& operator=(const RefCountedWrappedObject &)
  __del__()

  # public member functions

  None setRep(SernaApiBase *) 
  None decRepRefCnt() 

  # private member functions

  None do_setrep(SernaApiBase *) 

Description

RefCountedWrappedObject construct/copy/destruct

  1. __init__(SernaApiBase * rep = 0)


  2. __init__(const RefCountedWrappedObject & )


  3. RefCountedWrappedObject& operator=(const RefCountedWrappedObject & )


  4. __del__()


RefCountedWrappedObject public member functions

  1. None setRep(SernaApiBase * )


  2. None decRepRefCnt()


RefCountedWrappedObject private member functions

  1. None do_setrep(SernaApiBase * )