liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
Loading...
Searching...
No Matches
dawg.cpp File Reference
#include <array>
#include <memory>
#include <queue>
#include "MurmurHash2.h"
#include "liblevenshtein/collection/dawg.h"
Include dependency graph for dawg.cpp:

Go to the source code of this file.

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 

Functions

auto liblevenshtein::operator<< (std::ostream &out, const Dawg &dawg) -> std::ostream &
 

Variables

static std::hash< liblevenshtein::DawgNodenode_hash_code
 

Variable Documentation

◆ node_hash_code

std::hash<liblevenshtein::DawgNode> node_hash_code
static

Definition at line 79 of file dawg.cpp.

Referenced by std::hash< liblevenshtein::Dawg >::operator()().