astImportastImport
-
Import an Object pointer to the current context
- Description:
- This function
imports an ObjectObject 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 astEndastEnd).
- Synopsis:
- void astImport( AstObject
this )
- Parameters:
-
this
-
Object pointer to be imported.
- Class Applicability:
-
Object
-
This function applies to all Objects.