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


13.5.9 Data Type Specific Record Back Functions

rb_e_<type-name>

<type> rb_e_<type-name>(<type> &d, record r);

is the data in the last position in the r record, sets d as the same data (assumed of the <type> data type) and removes it from the record

rb_g_<type-name>

<type> rb_g_<type-name>(<type> &d, record r);

is the data in the last position in the r record, sets d as the same (data is linked if allowed, copied otherwise, data assumed of the <type> data type)

rb_q_<type-name>

<type> rb_q_<type-name>(record r);

is the data in the last position in the r record (assumed of the <type> data type)

rb_x_<type-name>

<type> rb_x_<type-name>(record r);

is the data in the last position in the r record (assumed of the <type> data type), the data is removed from the record