(svn r20887) -Codechange: Make stat_Hash a method.
This commit is contained in:
@@ -103,6 +103,11 @@ struct Hash {
|
||||
{
|
||||
return this->size;
|
||||
}
|
||||
|
||||
protected:
|
||||
#ifdef HASH_STATS
|
||||
void PrintStatistics() const;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif /* QUEUE_H */
|
||||
|
||||
Reference in New Issue
Block a user