Regina 7.3 Calculation Engine
|
A supporting data structure for tree traversal enumeration methods. More...
#include "regina-core.h"
#include "core/output.h"
#include <cstring>
#include <stack>
#include <vector>
Classes | |
class | regina::TypeTrie< nTypes > |
A trie that stores a set of type vectors of a fixed length. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<int nTypes> | |
void | regina::swap (TypeTrie< nTypes > &a, TypeTrie< nTypes > &b) noexcept |
Swaps the contents of the two given tries. More... | |
A supporting data structure for tree traversal enumeration methods.