mglib

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

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

top idl_object::cleanup

idl_object::cleanup

Free resources.

top idl_object::init

result = idl_object::init()

Create IDL_Object object.

Return value

1 for success, 0 for failure

top idl_object__define

idl_object__define

Define instance variables.

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 14
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.