#include <UT_FSA.h>
Public Member Functions | |
| UT_FSA () | |
| ~UT_FSA () | |
| bool | build (const UT_StringArray &strings, const UT_IntArray &indices, int notfound_index=-1) |
| bool | build (int ntokens, const ut_FSA_Token tokens[], int notfound_index=-1) |
| void | clear () |
| int | findSymbol (const char *symbol) const |
| int | getNotFound () const |
| int64 | getMemUsage () const |
| void | dumpTables () const |
| void | extractStrings (UT_StringArray &list) const |
Definition at line 58 of file UT_FSA.h.
| UT_FSA::UT_FSA | ( | ) |
| UT_FSA::~UT_FSA | ( | ) |
| bool UT_FSA::build | ( | int | ntokens, | |
| const ut_FSA_Token | tokens[], | |||
| int | notfound_index = -1 | |||
| ) |
| bool UT_FSA::build | ( | const UT_StringArray & | strings, | |
| const UT_IntArray & | indices, | |||
| int | notfound_index = -1 | |||
| ) |
| void UT_FSA::clear | ( | ) |
| void UT_FSA::dumpTables | ( | ) | const |
| void UT_FSA::extractStrings | ( | UT_StringArray & | list | ) | const |
| int UT_FSA::findSymbol | ( | const char * | symbol | ) | const |
| int64 UT_FSA::getMemUsage | ( | ) | const |
1.5.9