|
ORIGINAL
|
Implementation of hashSet container. More...
#include "allocator.h"#include "couple.h"#include "hash.h"#include "hashTable.h"#include "set.h"#include "ownerPtr.h"#include "comparator.h"#include "RBTree.h"
Go to the source code of this file.
Classes | |
| class | original::hashSet< TYPE, HASH, ALLOC > |
| Hash table based implementation of the set interface. More... | |
| class | original::hashSet< TYPE, HASH, ALLOC >::Iterator |
| Forward iterator for hashSet. More... | |
| class | original::treeSet< TYPE, Compare, ALLOC > |
| Red-Black Tree based implementation of the set interface. More... | |
| class | original::treeSet< TYPE, Compare, ALLOC >::Iterator |
| Bidirectional iterator for treeSet. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Implementation of hashSet container.
Provides a hash-based set implementation with:
Key Features: