We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74841b0 commit f84cd0bCopy full SHA for f84cd0b
src/log_surgeon/finite_automata/Dfa.hpp
@@ -8,6 +8,7 @@
8
9
#include <log_surgeon/finite_automata/DfaStatePair.hpp>
10
#include <log_surgeon/finite_automata/Nfa.hpp>
11
+#include <log_surgeon/finite_automata/RegisterHandler.hpp>
12
13
namespace log_surgeon::finite_automata {
14
template <typename TypedDfaState>
@@ -38,6 +39,7 @@ class Dfa {
38
39
40
private:
41
std::vector<std::unique_ptr<TypedDfaState>> m_states;
42
+ RegisterHandler m_register_handler;
43
};
44
45
0 commit comments