Name

OwnedWrappedObject — Interface to the owned objects wrapping internal Serna classes.

Synopsis

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

  # public member functions

  None setRep(SernaApiBase *) 

  # private member functions

  None do_setrep(SernaApiBase *) 

Description

OwnedWrappedObject construct/copy/destruct

  1. __init__(SernaApiBase * rep = 0)


  2. __init__(const OwnedWrappedObject & )


  3. OwnedWrappedObject& operator=(const OwnedWrappedObject & )


  4. __del__()


OwnedWrappedObject public member functions

  1. None setRep(SernaApiBase * )


OwnedWrappedObject private member functions

  1. None do_setrep(SernaApiBase * )