Cosmetic changes.

This commit is contained in:
henry
2009-12-02 16:37:44 +00:00
committed by Mark Olesen
parent 063d8edea1
commit 192c0e56a1

View File

@ -109,6 +109,7 @@ public:
template<class AnyType, class AnyHash>
HashSet(const HashTable<AnyType, Key, AnyHash>&);
// Member Functions
// Edit
@ -135,6 +136,7 @@ public:
return insert(lst);
}
// Member Operators
//- Return true if the entry exists, same as found()
@ -165,7 +167,6 @@ public:
//- Remove entries listed in the given HashSet from this HashSet
void operator-=(const HashSet<Key, Hash>&);
};