Example CpxVector append 013
|
Notes and Hints Append automagically reallocates enough contiguous space in the heap to
hold the new vector. If necessary, the contents of the existing heap area is moved
to the new location. The garbage collector comes along later to clean up the
abandoned object. Amazingly, the relocation of an object in the heap does not change the
contents of the virtual machine container; thus, no dynamic fixup of all the
pointers into the heap is required.
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Here are examples of the append function at work.
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
new(#void) | replace(#void) | rept(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
CpxVector
Analytic Information Server (AIS)AIS Component Systems
|