#include <pageres.h>
List of all members.
Detailed Description
Definition at line 284 of file pageres.h.
Constructor & Destructor Documentation
ROW_RES::ROW_RES |
( |
ROW * |
the_row | ) |
|
Definition at line 137 of file pageres.cpp.
{
for (word_it.mark_cycle_pt(); !word_it.cycled_list(); word_it.forward()) {
word_res =
new WERD_RES(word_it.data());
}
*copy_word = *(word_it.data());
word_res_it.add_to_end(combo);
}
} else {
}
word_res_it.add_to_end(word_res);
}
}
Member Data Documentation
inT32 ROW_RES::char_count |
inT32 ROW_RES::whole_word_rej_count |
WERD_RES_LIST ROW_RES::word_res_list |
The documentation for this class was generated from the following files: