Loading...
Searching...
No Matches
18#ifndef __LONGLONGCOUNTER_H_
19#define __LONGLONGCOUNTER_H_
23class LongCounter :
public LongHash<int>
28 void IncrementCount(
long long key);
29 void DecrementCount(
long long key);
30 int GetCount(
long long key);