|
Dynalib Utils
|
#include <typeinfo>#include <iostream>#include "TypeDefs.h"#include "Exception.h"#include "ICopyable.h"#include "IHashable.h"

Go to the source code of this file.
Classes | |
| class | SetEntry< V > |
| class | DynaSetIter< V > |
| class | SetIter< V > |
| class | DynaHashSet< V > |
| class | DynaSetIter< V > |
| class | SetIter< V > |
Macros | |
| #define | INVALID_INDEX -1 |
| #define | MAKE_SETTYPE_DEF(E, T) typedef DynaHashSet<E> T##Set |
| #define INVALID_INDEX -1 |
| #define MAKE_SETTYPE_DEF | ( | E, | |
| T | |||
| ) | typedef DynaHashSet<E> T##Set |
1.8.13