Creates a copy of a CAPI object.
capi
clone capi-object => cloned-object
capi-object⇩ |
A capi-object. |
cloned-object⇩ |
A copy of capi-object. |
The generic function clone
returns a new object cloned-object which is a copy of capi-object. It does not share any data with capi-object, but has a copy of the useful part of its state.
The system contains methods on clone
. You may add methods on your own interface classes.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42