![]() |
|
Public Member Functions | |
HashSet (label size=100) | |
Construct given initial map size. | |
HashSet (Istream &is) | |
Construct from Istream. | |
HashSet (const UList< Key > &ul) | |
Construct from UList of Key. | |
HashSet (const HashSet< Key, Hash > &hs) | |
Construct as copy. | |
bool | insert (const Key &key) |
Insert a new hashedEntry. |
|
Construct given initial map size.
|
|
Construct from Istream.
|
|
Construct from UList of Key.
|
|
Construct as copy.
|
|
Insert a new hashedEntry.
|