idllib

Personal IDL library for M. Galloy

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: mgcoabstractlist mgcohashtable mgcoset mg_savefile mgffbinaryfile mgfffile mgfftextfile mgffh5base mg_repologentry mgffncbase mg_object mg_string

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 Nov 29 18:32:23 2010
Lines: 52
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.