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


Public Member Functions | |
| KeyCursor () | |
| ~KeyCursor () | |
| void | open (const Trie &trie, const String &min_str, const String &max_str, UInt32 offset=0, UInt32 limit=MAX_UINT32, UInt32 flags=0) |
| void | close () |
| const Key & | next () |
| UInt32 | offset () const |
| UInt32 | limit () const |
| UInt32 | flags () const |
Public Member Functions inherited from Cursor | |
| Cursor () | |
| virtual | ~Cursor () |
Definition at line 29 of file key-cursor.hpp.
| KeyCursor | ( | ) |
Definition at line 28 of file key-cursor.cpp.
| ~KeyCursor | ( | ) |
Definition at line 40 of file key-cursor.cpp.
|
virtual |
Implements Cursor.
Definition at line 63 of file key-cursor.cpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 51 of file key-cursor.hpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 48 of file key-cursor.hpp.
|
virtual |
Implements Cursor.
Definition at line 68 of file key-cursor.cpp.


|
inlinevirtual |
Implements Cursor.
Definition at line 45 of file key-cursor.hpp.
| void open | ( | const Trie & | trie, |
| const String & | min_str, | ||
| const String & | max_str, | ||
| UInt32 | offset = 0, |
||
| UInt32 | limit = MAX_UINT32, |
||
| UInt32 | flags = 0 |
||
| ) |
Definition at line 46 of file key-cursor.cpp.


1.8.1.2