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