tibasTuple_Clone()

Returns a copy of a specified tuple instance. The return type is either tibas_ok or ERROR.

Declaration

tibas_status TIBAS_COMMON_API TIBAS_CALL_API tibasTuple_Clone(
tibasTuple* clone,
tibasTuple tuple);

Parameters

Parameter Description
clone The tuple to be cloned to.
tuple The existing tuple to be cloned from.

Remarks

Use the tibasTuple_Clone() function to create a copy of an existing tuple instance.