~jpakkane/libcolumbus/lessfuzz-test

« back to all changes in this revision

Viewing changes to include/Word.hh

  • Committer: Jussi Pakkanen
  • Date: 2013-01-30 12:39:32 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20130130123932-m5e5bmfuiqpaz7df
Use constant hash values.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    void duplicateFrom(const Word &w);
42
42
    void convertString(const char *utf8Word);
43
43
 
44
 
    static size_t rands[256];
45
 
    static bool rands_initialized;
46
 
 
47
 
    static void init_rands();
48
 
 
49
44
public:
50
45
    Word();
51
46
    Word(const Word &w);