Regina 7.4 Calculation Engine
typetrie.h File Reference

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.
 

Detailed Description

A supporting data structure for tree traversal enumeration methods.