tibasTupleList_Put()

Appends a specified tuple to a specified tuple list.

Declaration

tibas_status tibasTupleList_Put(
    tibasTupleList tupleList,
    tibasTuple     tuple)

Parameters

Parameter Description
tupleList Specify the name of the tuple list to which to append a tuple.
tuple The tuple to be appended to the tuple list.

Remarks

Use the tibasTupleList_Put() function to append a tuple to a specified tuple list.