SimpleWrappedObject — Base class for wrapping the internal Serna classes.
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