reglibcpp
1.3.0
(Naïve) C++ implementation of models for regular languages
|
Contains the reg::nfa member definitions. More...
#include "nfa.h"
#include <unordered_set>
#include <unordered_map>
#include <algorithm>
#include <iterator>
#include "dfa.h"
#include "expression.h"
Go to the source code of this file.
Classes | |
struct | reg::nfa::pImpl |
Private implementation details of NFAs. More... | |
struct | reg::nfa::builder::pImpl |
Private implementation details of NFA builders. More... | |
Typedefs | |
using | reg::Ntransitionmap = unordered_map< string, unordered_map< char32_t, unordered_set< string > >> |