astImport

Import an Object pointer to the current context

Description:

This function imports an Object pointer that was created in a higher or lower level context, into the current AST context. This means that the pointer will be annulled when the current context is ended (with astEnd).

Synopsis

void astImport( AstObject ∗this )

Parameters:

this
Object pointer to be imported.

Applicability

Object
This function applies to all Objects.