Function Index | |
| void | doCpyShallow (DATAOBJECT *dest, DATAOBJECT src) |
Copies the src dataobject to the location pointed to by dest. More... | |
| void doCpyShallow | ( | DATAOBJECT * | dest, |
| DATAOBJECT | src | ||
| ) |
Copies the src dataobject to the location pointed to by dest.
TODO: re-check this
| dest | destination dataobject |
| src | source dataobject |