ListInitWithDeepCopyT
ListInitWithDeepCopyT
Description
Initialize a list of given type with deep-copy.
Parameters
| Name | Direction | Description |
|---|---|---|
l |
in | Vector pointer to be initialized. |
ci |
in | Copy init method (for maintaining deep-copy). |
cd |
in | Copy deinit method (for deiniting copied objects) |
Usage example (Cross-references)
Usage examples (Cross-references)
Last updated on