Overview Usage Performance Notes Links | tst 0.68 - 23 Jan 2009 |
Public Types | |
typedef std::vector< search > ::iterator | iterator |
Public Member Functions | |
levenshtein_search_info () | |
iterator | begin () |
iterator | end () |
size_t | size () const |
bool | empty () const |
void | push_back (search &s) |
Public Attributes | |
bool | have_pre |
int | maxdist |
Private Attributes | |
std::vector< search > | m_searches |
Classes | |
struct | search |
levenshtein_search_info | ( | ) | [inline] |
iterator begin | ( | ) | [inline] |
iterator end | ( | ) | [inline] |
size_t size | ( | ) | const [inline] |
bool empty | ( | ) | const [inline] |
void push_back | ( | search & | s | ) | [inline] |
bool have_pre |
int maxdist |
std::vector<search> m_searches [private] |
ternary_tree 0.68 -- by rasmus ekman -- Page generated with Doxygen 1.5.6 on 23 Jan 2009 |