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
Fields
Fields in idl_object
- __obj__ obj_new()
just to match IDL's IDL_Object
- idl_object_bottom 0LL
just to match IDL's IDL_Object
- idl_object_top 0LL
just to match IDL's IDL_Object
Routines
Routines from idl_object__define.pro
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: | Tue Feb 22 17:19:18 2011 |
Lines: | 14 |
Docformat: | rst rst |