QtBase  v6.3.1
Typedefs | Functions
nfa.cpp File Reference
#include "nfa.h"
#include <QSet>
#include <limits.h>
Include dependency graph for nfa.cpp:

Go to the source code of this file.

Typedefs

typedef QSet< int > DFAState
 

Functions

size_t qHash (const DFAState &state)
 

Typedef Documentation

◆ DFAState

typedef QSet<int> DFAState

Definition at line 235 of file nfa.cpp.

Function Documentation

◆ qHash()

size_t qHash ( const DFAState state)
inline

Definition at line 239 of file nfa.cpp.

Here is the call graph for this function: