#include <ngrampool.h>

Public Member Functions | |
| ngrampool (dictionary *d) | |
| char * | put (ngram) |
| int | get (char *address, ngram &ng) |
| void | stat () |
| ~ngrampool () | |
which can be access by an address
Definition at line 19 of file ngrampool.h.
| ngrampool::ngrampool | ( | dictionary * | d | ) |
| ngrampool::~ngrampool | ( | ) | [inline] |
Definition at line 37 of file ngrampool.h.
| int ngrampool::get | ( | char * | address, | |
| ngram & | ng | |||
| ) |
| char* ngrampool::put | ( | ngram | ) |
| void ngrampool::stat | ( | ) | [inline] |
Definition at line 33 of file ngrampool.h.
References storage::stat().

1.5.9