Name

SimpleWrappedObject — Base class for wrapping the internal Serna classes.

Synopsis

class SimpleWrappedObject:
  # construct/copy/destruct
  __init__(SernaApiBase * = 0)
  __del__()

  # public member functions

  None setRep(SernaApiBase *) 
  SernaApiBase * getRep() const
  bool isNull() const
  operator bool() const
  None releaseRep() 
  bool operator==(const SimpleWrappedObject &) const
  bool operator!=(const SimpleWrappedObject &) const
  bool operator<(const SimpleWrappedObject &) const

Description

SimpleWrappedObject construct/copy/destruct

  1. __init__(SernaApiBase * rep = 0)


  2. __del__()


SimpleWrappedObject public member functions

  1. None setRep(SernaApiBase * )


  2. SernaApiBase * getRep() const


  3. bool isNull() const


  4. operator bool() const


  5. None releaseRep()


  6. bool operator==(const SimpleWrappedObject & o) const


  7. bool operator!=(const SimpleWrappedObject & o) const


  8. bool operator<(const SimpleWrappedObject & o) const