Regina 7.4 Calculation Engine
trieset.h File Reference

Provides a trie-like structure for storing sets. More...

#include "regina-core.h"
#include "core/output.h"
#include "utilities/bitmask.h"

Classes

class  regina::TrieSet
 A trie-like data structure for storing and retriving sets. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Functions

void regina::swap (TrieSet &a, TrieSet &b) noexcept
 Swaps the contents of the two given collections.
 

Detailed Description

Provides a trie-like structure for storing sets.