Regina 7.3 Calculation Engine
Classes | Namespaces | Functions
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. More...
 

Detailed Description

A supporting data structure for tree traversal enumeration methods.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).