aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/ragel5/redfsm/phash.h
blob: 11ce7502a6077a49087bd23d402418224be803bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

class Perfect_Hash
{
private:
	static inline unsigned int hash (const char *str, unsigned int len);

public:
	static struct XMLTagHashPair *in_word_set (const char *str, unsigned int len);
};