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


Public Member Functions | |
| IdCursor () | |
| ~IdCursor () | |
| void | open (const Trie &trie, const String &min_str, const String &max_str, UInt32 offset=0, UInt32 limit=MAX_UINT32, UInt32 flags=0) |
| void | open (const Trie &trie, UInt32 min_id, UInt32 max_id, 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 28 of file id-cursor.hpp.
| IdCursor | ( | ) |
Definition at line 27 of file id-cursor.cpp.
| ~IdCursor | ( | ) |
Definition at line 36 of file id-cursor.cpp.
|
virtual |
Implements Cursor.
Definition at line 76 of file id-cursor.cpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 57 of file id-cursor.hpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 54 of file id-cursor.hpp.
|
virtual |
Implements Cursor.
Definition at line 81 of file id-cursor.cpp.


|
inlinevirtual |
Implements Cursor.
Definition at line 51 of file id-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 38 of file id-cursor.cpp.


| void open | ( | const Trie & | trie, |
| UInt32 | min_id, | ||
| UInt32 | max_id, | ||
| UInt32 | offset = 0, |
||
| UInt32 | limit = MAX_UINT32, |
||
| UInt32 | flags = 0 |
||
| ) |
Definition at line 63 of file id-cursor.cpp.
1.8.1.2