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


13.5.14 Data Type Generic Record Front Functions

r_front

object r_front(record r);

is the data in the first position in the r record

rf_delete

record rf_delete(record r);

is r, deletes the first element in the r record

rf_get

object rf_get(&, record r);

is the data in the first position in the r record, sets the first argument as the same data (data is linked if allowed, copied otherwise)

rf_pick

object rf_pick(record r);

is the data in the first position in the r record, the data is removed from the record

rf_query

object rf_query(record r);

is the data in the first position in the r record (same as ‘r_front’)

rf_yank

object rf_yank(&, record r);

is the data in the first position in the r record, sets the first argument as the same data and removes it from r