Next: , Previous: , Up: The Index Library   [Index]


13.4.12 Data Type Generic Index Back Functions

i_back

object i_back(index i);

is the data in the last position in the i index

ib_delete

index ib_delete(index i);

is i, deletes the last element in the i index

ib_get

object ib_get(&, index i);

is the data in the last position in the i index, sets the first argument as the same data (data is linked if allowed, copied otherwise)

ib_pick

object ib_pick(index i);

is the data in the last position in the i index, the data is removed from the index

ib_query

object ib_query(index i);

is the data in the last position in the i index (same as ‘i_back’)

ib_yank

object ib_yank(&, index i);

is the data in the last position in the i index, sets the first argument as the same data and removes it from i