|
Groonga 3.0.9 Source Code Document
|
#include <cursor.hpp>

Public Member Functions | |
| Cursor () | |
| virtual | ~Cursor () |
| virtual void | close ()=0 |
| virtual const Key & | next ()=0 |
| virtual UInt32 | offset () const =0 |
| virtual UInt32 | limit () const =0 |
| virtual UInt32 | flags () const =0 |
Definition at line 26 of file cursor.hpp.
|
inline |
Definition at line 28 of file cursor.hpp.
|
inlinevirtual |
Definition at line 29 of file cursor.hpp.
|
pure virtual |
Implemented in IdCursor, KeyCursor, PrefixCursor, and PredictiveCursor.
|
pure virtual |
Implemented in IdCursor, KeyCursor, PrefixCursor, and PredictiveCursor.
|
pure virtual |
Implemented in IdCursor, KeyCursor, PrefixCursor, and PredictiveCursor.
|
pure virtual |
Implemented in IdCursor, KeyCursor, PrefixCursor, and PredictiveCursor.

|
pure virtual |
Implemented in IdCursor, KeyCursor, PrefixCursor, and PredictiveCursor.
1.8.1.2