objects/
idl_object__define.pro
This class is used to inherit from in IDL versions before 8.0, allowing
operator overloaded classes to still compile on earlier versions (though not
to offer operator overloading, of course). For IDL versions 8.0 or later,
the internal IDL provided IDL_Object
class should be found before this
class.
Class description for idl_object
Subclasses: COLLECTION mg_string mgcohashtable mgcoabstractlist
Fields
- idl_object_bottom 0LL
just to match IDL's IDL_Object
- __obj__ obj_new()
just to match IDL's IDL_Object
- idl_object_top 0LL
just to match IDL's IDL_Object
Routines
idl_object::cleanup
Free resources.
result = idl_object::init()
Create IDL_Object object.
idl_object__define
Define instance variables.
Routine details
File attributes
Modification date: | Mon Feb 21 09:15:01 2011 |
Lines: | 52 |
Docformat: | rst rst |