|
a/src/utils/hldata.h |
|
b/src/utils/hldata.h |
|
... |
|
... |
44 |
|
44 |
|
45 |
/** Index into ugroups for each group. Parallel to groups. As a
|
45 |
/** Index into ugroups for each group. Parallel to groups. As a
|
46 |
* user term or group may generate many processed/expanded terms
|
46 |
* user term or group may generate many processed/expanded terms
|
47 |
* or groups, this is how we relate an expansion to its source.
|
47 |
* or groups, this is how we relate an expansion to its source.
|
48 |
*/
|
48 |
*/
|
49 |
std::vector<unsigned int> grpsugidx;
|
49 |
std::vector<size_t> grpsugidx;
|
50 |
|
50 |
|
51 |
void clear()
|
51 |
void clear()
|
52 |
{
|
52 |
{
|
53 |
uterms.clear();
|
53 |
uterms.clear();
|
54 |
ugroups.clear();
|
54 |
ugroups.clear();
|