diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-09-13 06:21:54 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-09-13 06:21:54 +0000 |
commit | 8c0b390617ea42af40d409bd1fbc541e63321239 (patch) | |
tree | 4912a3c3b503a4ee76c03b36ab02623ee230d0b8 /src/set.h | |
parent | cc1d8bdc45fa626b514bdace0cd026fa83dc8400 (diff) | |
download | libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.gz libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.bz2 libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.tar.xz libbu++-8c0b390617ea42af40d409bd1fbc541e63321239.zip |
Sets now match Hashes better, and can be Archived.
Diffstat (limited to 'src/set.h')
-rw-r--r-- | src/set.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ namespace Bu | |||
162 | * Get the number of items stored in the hash table. | 162 | * Get the number of items stored in the hash table. |
163 | *@returns (uint32_t) The number of items stored in the hash table. | 163 | *@returns (uint32_t) The number of items stored in the hash table. |
164 | */ | 164 | */ |
165 | uint32_t size() | 165 | uint32_t getSize() |
166 | { | 166 | { |
167 | return nFilled-nDeleted; | 167 | return nFilled-nDeleted; |
168 | } | 168 | } |