CLucene - a full-featured, c++ search engine
API Documentation
#include <Equators.h>
Public Member Functions | |
const TCHAR * | getValue () const |
TChar () | |
TChar (const TCHAR *str) | |
int32_t | compareTo (void *o) |
bool | operator() (const TCHAR *val1, const TCHAR *val2) const |
size_t | operator() (const TCHAR *val1) const |
lucene::util::Compare::TChar::TChar | ( | ) |
lucene::util::Compare::TChar::TChar | ( | const TCHAR * | str | ) |
const TCHAR* lucene::util::Compare::TChar::getValue | ( | ) | const |
int32_t lucene::util::Compare::TChar::compareTo | ( | void * | o | ) | [virtual] |
Implements lucene::util::Comparable.
bool lucene::util::Compare::TChar::operator() | ( | const TCHAR * | val1, | |
const TCHAR * | val2 | |||
) | const |
size_t lucene::util::Compare::TChar::operator() | ( | const TCHAR * | val1 | ) | const |