#include <iostream>
#include <vector>
#include "utilities/hashmap.h"
#include "utilities/hashutils.h"
Namespaces | |
| namespace | regina |
Defines | |
| #define | VALIDATE_NINDEXEDARRAY(where) |
| An internal macro to assist with debugging. | |
| #define | VALIDATE_NINDEXEDARRAY_TOP |
| An internal macro to assist with debugging. | |
| #define | VALIDATE_NINDEXEDARRAY_BOTTOM(where) |
| An internal macro to assist with debugging. | |
Functions | |
| template<class Data, class HashFcn, class EqualTo> | |
| bool | operator== (const NIndexedArray< Data, HashFcn, EqualTo > &array1, const NIndexedArray< Data, HashFcn, EqualTo > &array2) |
| See the C++ standard. | |
| template<class Data, class HashFcn, class EqualTo> | |
| bool | operator< (const NIndexedArray< Data, HashFcn, EqualTo > &array1, const NIndexedArray< Data, HashFcn, EqualTo > &array2) |
| See the C++ standard. | |
|
|
An internal macro to assist with debugging.
|
|
|
An internal macro to assist with debugging.
|
|
|
An internal macro to assist with debugging.
|