Modern IDL by Michael Galloy

API documentation for example code

single page | use frames     summary     class     fields     routine details     file attributes

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

top source idl_object::cleanup

idl_object::cleanup

Free resources.

top source idl_object::init

result = idl_object::init()

Create IDL_Object object.

Return value

1 for success, 0 for failure

top source idl_object__define

idl_object__define

Define instance variables.

File attributes

Modification date: Mon Feb 21 09:15:01 2011
Lines: 52
Docformat: rst rst