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


Public Member Functions | |
| PrefixCursor () | |
| ~PrefixCursor () | |
| void | open (const Trie &trie, const String &str, UInt32 min_length=0, 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 prefix-cursor.hpp.
| PrefixCursor | ( | ) |
Definition at line 27 of file prefix-cursor.cpp.
| ~PrefixCursor | ( | ) |
Definition at line 36 of file prefix-cursor.cpp.
|
virtual |
Implements Cursor.
Definition at line 53 of file prefix-cursor.cpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 51 of file prefix-cursor.hpp.
|
inlinevirtual |
Implements Cursor.
Definition at line 48 of file prefix-cursor.hpp.
|
virtual |
Implements Cursor.
Definition at line 58 of file prefix-cursor.cpp.


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


1.8.1.2