lib/
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: gpuvariable
Routines
idl_object::cleanup
Free resources.
result = idl_object::init()
Create IDL_Object object.
idl_object__define
Define instance variables.
Routine details
top idl_object::init
result = idl_object::init()
Create IDL_Object object.
Return value
1 for success, 0 for failure
File attributes
Modification date: | Fri Nov 12 11:07:46 2010 |
Lines: | 52 |
Docformat: | rst rst |