diff options
author | David <david@xagasoft.com> | 2006-11-24 23:45:14 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2006-11-24 23:45:14 +0000 |
commit | 4b61df8396593f40148a1815478513f95a86d59a (patch) | |
tree | f2a6f5070737770e415c29d95c8f04f460e8344d /src/hash.h | |
parent | e1effceb2492aa930cb810866c8da437f57a86bb (diff) | |
download | libbu++-4b61df8396593f40148a1815478513f95a86d59a.tar.gz libbu++-4b61df8396593f40148a1815478513f95a86d59a.tar.bz2 libbu++-4b61df8396593f40148a1815478513f95a86d59a.tar.xz libbu++-4b61df8396593f40148a1815478513f95a86d59a.zip |
david - added size
Diffstat (limited to '')
-rw-r--r-- | src/hash.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -164,6 +164,11 @@ public: | |||
164 | return nFilled; | 164 | return nFilled; |
165 | } | 165 | } |
166 | 166 | ||
167 | uint32_t size() | ||
168 | { | ||
169 | return nFilled; | ||
170 | } | ||
171 | |||
167 | uint32_t getDeleted() | 172 | uint32_t getDeleted() |
168 | { | 173 | { |
169 | return nDeleted; | 174 | return nDeleted; |