classExtendableArray

class used to create the external object: ExtendableArray

Extends from ExternalObject.

Information

Class derived from ExternalObject having two local external function definition, named destructor and constructor respectively.

These functions create and release an external object that allows the storage of real parameters in an array of extendable dimension.

Contents

NameDescription
constructorConstruct an extendable array that can be used to store double values
destructorRelease storage of table and close the external object

Revisions

  • July 28 2011, by Pierre Vigouroux:
    First implementation.