.TH "mdb_cursor" 3 "Wed Mar 25 2020" "LMDB" \" -*- nroff -*- .ad l .nh .SH NAME mdb_cursor .SH SYNOPSIS .br .PP .SS "Macros" .in +1c .ti -1c .RI "#define \fBC_INITIALIZED\fP 0x01" .br .ti -1c .RI "#define \fBC_EOF\fP 0x02" .br .ti -1c .RI "#define \fBC_SUB\fP 0x04" .br .ti -1c .RI "#define \fBC_DEL\fP 0x08" .br .ti -1c .RI "#define \fBC_UNTRACK\fP 0x40" .br .in -1c .SH "Detailed Description" .PP Cursor state flags\&. .SH "Macro Definition Documentation" .PP .SS "#define C_INITIALIZED 0x01" cursor has been initialized and is valid .SS "#define C_EOF 0x02" No more data .SS "#define C_SUB 0x04" Cursor is a sub-cursor .SS "#define C_DEL 0x08" last op was a cursor_del .SS "#define C_UNTRACK 0x40" Un-track cursor when closing .SH "Author" .PP Generated automatically by Doxygen for LMDB from the source code\&.