word_key Class Reference
a single word key
More...
#include <fuzzyimpl.h>
List of all members.
|
Public Member Functions |
| word_key (const char *str, size_t len) |
| constructor
|
bool | operator< (const word_key &x) const |
| compare operator
|
Public Attributes |
const char * | _str |
| string pointer
|
size_t | _len |
| string length
|
Detailed Description
a single word key
Definition at line 173 of file fuzzyimpl.h.
Constructor & Destructor Documentation
word_key::word_key |
( |
const char * |
str, |
|
|
size_t |
len | |
|
) |
| | [inline] |
constructor
- Parameters:
-
str |
string |
len |
string length |
Definition at line 177 of file fuzzyimpl.h.
Member Function Documentation
bool word_key::operator< |
( |
const word_key & |
x |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: