Transformation
There is a different datastructure, the socalled BINTREE, to
transform it into a list we have
- NAME: t_BINTREE_LIST
- SYNOPSIS: INT t_BINTREE_LIST(OP bintree, list)
There is also a routine which transforms a LISTobject into a
VECTORobject. The entries of the vector are copies of the entries
of the list:
- NAME: t_LIST_VECTOR transform LIST into VECTOR
- SYNOPSIS: INT t_LIST_VECTOR(OP list,vector)
- DESCRIPTION: It builds a VECTOR whose entries are copies of the
entries of the LISTobject.
harald.fripertinger "at" uni-graz.at, May 26,
2011