Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

ngram_key Class Reference

ngram key More...

#include <fuzzyimpl.h>

List of all members.

Public Member Functions

bool operator< (const ngram_key &x) const
 compare operator
bool operator== (const ngram_key &x) const
 equal operator

Public Attributes

size_t * _array
 n-gram keys array
size_t _length
 number of keys


Detailed Description

ngram key

Definition at line 243 of file fuzzyimpl.h.


Member Function Documentation

bool ngram_key::operator< ( const ngram_key x  )  const [inline]

compare operator

Definition at line 249 of file fuzzyimpl.h.

References _array, and _length.

bool ngram_key::operator== ( const ngram_key x  )  const [inline]

equal operator

Definition at line 266 of file fuzzyimpl.h.

References _array, and _length.


Member Data Documentation


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.