Next: Data Type Specific Record Back Functions, Previous: Data Type Specific Record Functions, Up: The Record Library [Index]
<type> rf_e_<type-name>(<type> &d, record r);
is the data in the first position in the r record, sets d as the same data (assumed of the <type> data type) and removes it from the record
<type> rf_g_<type-name>(<type> &d, record r);
is the data in the first position in the r record, sets d as the same (data is linked if allowed, copied otherwise, data assumed of the <type> data type)
<type> rf_q_<type-name>(record r);
is the data in the first position in the r record (assumed of the <type> data type)
<type> rf_x_<type-name>(record r);
is the data in the first position in the r record (assumed of the <type> data type), the data is removed from the record